Browse Source

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>
v6
Ivo von Putzer Reibegg 8 years ago
committed by Vse Mozhet Byt
parent
commit
94fca845df
  1. 2
      doc/api/fs.md

2
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

Loading…
Cancel
Save