Skip to content

Commit e19525c

Browse files
committed
Update README.md
1 parent 0e2450f commit e19525c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ var MyTodo = Backbone.Model.extend({
6161

6262
### fetch()
6363
In a collection with the `firebase` property defined, calling `fetch` will
64-
retrieve data from Firebase update the collection with its contents.
64+
retrieve data from Firebase and update the collection with its contents.
6565

6666
``` js
6767
TodoList.fetch();
6868
```
6969

7070
### sync()
7171
In a collection with the `firebase` property defined, calling `sync` will
72-
set the contents of the local collection to the specifeid Firebase location.
72+
set the contents of the local collection to the specified Firebase location.
7373

7474
``` js
7575
TodoList.sync();
@@ -152,7 +152,7 @@ Messages.remove(someModel);
152152
```
153153

154154
### create(value)
155-
Cretes and adds a new model to the collection. The newly created model is
155+
Creates and adds a new model to the collection. The newly created model is
156156
returned, along with a `id` property (uniquely generated by Firebase).
157157

158158
``` js

0 commit comments

Comments
 (0)