Skip to content

Commit

Permalink
minor grammar cleanup in Collection-remove docs
Browse files Browse the repository at this point in the history
  • Loading branch information
akre54 committed Feb 18, 2015
1 parent 9b70a28 commit e09fa7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -1777,9 +1777,9 @@ <h2 id="Collection">Backbone.Collection</h2>
<p id="Collection-remove">
<b class="header">remove</b><code>collection.remove(models, [options])</code>
<br />
Remove a model (or an array of models) from the collection, and returns
them. <tt>models</tt> (or each of its elements if an array) can be any
value acceptable as the <tt>id</tt> argument of
Remove a model (or an array of models) from the collection, and return
them. Each model can be a Model instance, an <tt>id</tt> string or a JS
object, any value acceptable as the <tt>id</tt> argument of
<a href="#Collection-get"><tt>collection.get</tt></a>.
Fires a <tt>"remove"</tt> event, which you can use <tt>silent</tt> to suppress.
The model's index before removal is available to listeners as
Expand Down

0 comments on commit e09fa7f

Please sign in to comment.