s/updated/update

This commit is contained in:
Jeremy Ashkenas
2015-05-13 18:07:16 -04:00
parent 6541698ff6
commit e69efe7851

View File

@@ -4224,7 +4224,7 @@ ActiveRecord::Base.include_root_in_json = false
Backbone will automatically try to load jQuery for you.
</li>
<li>
Added an <tt>"updated"</tt> event that triggers after any amount of
Added an <tt>"update"</tt> event that triggers after any amount of
models are added or removed from a collection. Handy to re-render lists
of things without debouncing.
</li>