This commit is contained in:
Julien Fontanet 2015-04-07 18:06:17 +02:00
parent 5ba7493613
commit a40832dffd

View File

@ -48,7 +48,7 @@ col.set('bar', true)
> If an entry is an object, it can be updated directly without using
> the `set`/`update` methods.
>
> To make sure the collection stay in sync and the correct events are
> To make sure the collection stays in sync and the correct events are
> sent, the `touch` method can be used to notify the change.
```javascript