From 94fca845dff4bafba7f428bc7e876c1aa83fdd8d Mon Sep 17 00:00:00 2001 From: Ivo von Putzer Reibegg Date: Thu, 20 Apr 2017 20:55:45 +0200 Subject: [PATCH] doc: fix typo in fs.watch() description PR-URL: https://github.com/nodejs/node/pull/12550 Reviewed-By: Vse Mozhet Byt Reviewed-By: Michael Dawson Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index d593c30f1ce..f3828f15e70 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1915,7 +1915,7 @@ changes: * `persistent` {boolean} Indicates whether the process should continue to run as long as files are being watched. default = `true` * `recursive` {boolean} Indicates whether all subdirectories should be - watched, or only the current directory. The applies when a directory is + watched, or only the current directory. This applies when a directory is specified, and only on supported platforms (See [Caveats][]). default = `false` * `encoding` {string} Specifies the character encoding to be used for the