From 434873d24b5e8d6212e3c3ae88384f6caf028434 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 94683c0d3dc2a5..f476edbb484aca 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1916,7 +1916,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