From c8b62b0294b6e66020fc5247d722df83cf393a67 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 20 Apr 2015 12:35:17 +0700 Subject: [PATCH] Update watch-options.md --- docs/watch-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/watch-options.md b/docs/watch-options.md index 80c4913..4d2294c 100644 --- a/docs/watch-options.md +++ b/docs/watch-options.md @@ -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