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:
parent
e75bc87d22
commit
94fca845df
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user