Grammar mistake corrected

This commit is contained in:
Oliver Sartun 2013-05-27 21:25:22 +03:00
parent 343f08c694
commit be68c9e702

View File

@ -11,7 +11,7 @@ Backbone.Undo.js is very simple to handle. It's made to *just work*. However thi
* Easy to include *and exclude*
In comparison to other Backbone-based undo-managers like *Backbone.memento*, you don't have to modify your models or collections to use Backbone.Undo.js. That not only makes it easy to include Backbone.Undo.js, but also to remove it.
In comparison to other Backbone-based undo-managers like *Backbone.memento*, you don't have to modify your models or collections to use Backbone.Undo.js. That makes it easy to not only include Backbone.Undo.js, but also to remove it again.
* Uses Backbone-Events