doc: fix typo in fs.watch() description

PR-URL: https://github.com/nodejs/node/pull/12550
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Ivo von Putzer Reibegg 2017-04-20 20:55:45 +02:00 committed by Vse Mozhet Byt
parent e75bc87d22
commit 94fca845df

View File

@ -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