diff --git a/index.html b/index.html index 0b726cfd..89f5a79b 100644 --- a/index.html +++ b/index.html @@ -1025,8 +1025,8 @@ bill.set({name : "Bill Jones"});
- Collections are ordered sets of models. You can to bind "change" events - to be notified when any model in the collection has been modified, + Collections are ordered sets of models. You can bind "change" events + to a collection so it gets notified when any of its models has been modified, listen for "add" and "remove" events, fetch the collection from the server, and use a full suite of Underscore.js methods.