We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ac342 commit bc93fa6Copy full SHA for bc93fa6
docs/write.md
@@ -8,4 +8,4 @@ await box.put('name', 'Paul');
8
await box.put('friends', ['Dave', 'Simon', 'Lisa']);
9
```
10
11
-?> Writing `null` the same as [deleting](delete.md) a value.
+?> Writing `null` is the same as [deleting](delete.md) a value.
0 commit comments