Fixed typo

This commit is contained in:
Nicholas Masters
2013-02-20 10:38:47 +00:00
parent 1a4d08b7c6
commit f4cc17e990

View File

@@ -1638,7 +1638,7 @@ ships.add([
<br />
Remove a model (or an array of models) from the collection. Fires a
<tt>"remove"</tt> event, which you can use <tt>silent</tt>
to suppress. If you're a callback listening to the <tt>"remove"</tt> event,
to suppress. If you've a callback listening to the <tt>"remove"</tt> event,
the index at which the model is being removed from the collection is available
as <tt>options.index</tt>.
</p>