Merge pull request #430 from fishermand46/patch-1

Fix typo
This commit is contained in:
Sindre Sorhus 2015-04-20 12:34:10 +07:00
commit c5ffcb0f2b

View File

@ -109,7 +109,7 @@ The `interval` is passed to `fs.watchFile`. Since `interval` is only used by `fs
Type: `String|Array` Type: `String|Array`
Default: `'all'` Default: `'all'`
Specify the type watch event that trigger the specified task. This option can be one or many of: `'all'`, `'changed'`, `'added'` and `'deleted'`. Specify the type of watch events that triggers the specified task. This option can be one or many of: `'all'`, `'changed'`, `'added'` and `'deleted'`.
Example: Example:
```js ```js