Skip to content

Commit

Permalink
Merge branch 'master' of github.com:documentcloud/backbone
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Nov 23, 2011
2 parents 66800f5 + b2cf0dc commit 7f80359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ <h2 id="Model">Backbone.Model</h2>
<h2 id="Collection">Backbone.Collection</h2>

<p>
Collections are ordered sets of models. You can to bind <tt>"change"</tt> events
Collections are ordered sets of models. You can bind <tt>"change"</tt> events
to be notified when any model in the collection has been modified,
listen for <tt>"add"</tt> and <tt>"remove"</tt> events, <tt>fetch</tt>
the collection from the server, and use a full suite of
Expand Down

0 comments on commit 7f80359

Please sign in to comment.