diff --git a/packages/xo-collection/README.md b/packages/xo-collection/README.md index 82bb27f97..16ca4daf0 100644 --- a/packages/xo-collection/README.md +++ b/packages/xo-collection/README.md @@ -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