From f74ffd92ae40040ff7e5390d093b5e1c58572033 Mon Sep 17 00:00:00 2001 From: Danny Date: Sun, 19 Apr 2015 10:21:10 -0500 Subject: [PATCH] Fix typeo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7b8773..19a473f 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,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