We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f269ede commit 180b33cCopy full SHA for 180b33c
docs/2-retrieving-data-as-objects.md
@@ -116,7 +116,7 @@ itemObservable.update({ age: newAge });
116
```
117
118
**Only objects are allowed for updates, not primitives**. This is because
119
-using an update with a primitive is the exact same as doing a `.set()` with a primtivie.
+using an update with a primitive is the exact same as doing a `.set()` with a primitive.
120
121
### Deleting data
122
Use the `remove()` method to remove data at the object's location.
0 commit comments