Skip to content

Commit 6ec5e24

Browse files
committed
Grammar tweak
1 parent 5554797 commit 6ec5e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncer/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Syncer - RendrJS"
55

66
# Syncer
77

8-
The syncer methods are mixins used in the [models](/model) and [collections](/collection) to simplify data retrieval from an API. The syncer is setup to work on requests that are started on the client or server. It automatically adds the any API prefixes defined, and makes the requests. It is modeled after the [model sync](http://backbonejs.org/#Model-sync) and [collection sync](http://backbonejs.org/#Collection-sync) created in Backbone.
8+
The syncer methods are mixins used in the [models](/model) and [collections](/collection) to simplify data retrieval from an API. The syncer is setup to work on requests that are started on the client or server. It automatically adds the appropriate API prefixes, and makes the requests. It is modeled after the [model sync](http://backbonejs.org/#Model-sync) and [collection sync](http://backbonejs.org/#Collection-sync) created in Backbone.
99

1010
The most important thing to note about the syncer methods and attributes is since they are mixed into models and collections, all of them are available on both models and collections.
1111

0 commit comments

Comments
 (0)