Skip to content

Commit 180b33c

Browse files
StephenFluindavideast
authored andcommitted
docs(get-as-object): minor typo fix (angular#219)
1 parent f269ede commit 180b33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2-retrieving-data-as-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ itemObservable.update({ age: newAge });
116116
```
117117

118118
**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.
119+
using an update with a primitive is the exact same as doing a `.set()` with a primitive.
120120

121121
### Deleting data
122122
Use the `remove()` method to remove data at the object's location.

0 commit comments

Comments
 (0)