Update watch-options.md

This commit is contained in:
Sindre Sorhus 2015-04-20 12:35:17 +07:00
parent c5ffcb0f2b
commit c8b62b0294

View File

@ -81,7 +81,7 @@ The `interval` is passed to `fs.watchFile`. Since `interval` is only used by `fs
Type: `String|Array`
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:
```js