diff --git a/index.html b/index.html index a5913617a..40407a4fb 100644 --- a/index.html +++ b/index.html @@ -2443,7 +2443,7 @@

Backbone.sync

- The sync function may be overriden globally as Backbone.sync, + The sync function may be overridden globally as Backbone.sync, or at a finer-grained level, by adding a sync function to a Backbone collection or to an individual model.

@@ -3070,7 +3070,7 @@

F.A.Q.

extend and enhance it in the ways you see fit — the entire source code is annotated to make this easier for you. You'll find that there's very little there apart from core - functions, and most of those can be overriden or augmented should you find + functions, and most of those can be overridden or augmented should you find the need. If you catch yourself adding methods to Backbone.Model.prototype, or creating your own base subclass, don't worry — that's how things are supposed to work.