Skip to content

Commit

Permalink
doc: fix typo in fs.watch() description
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
ivoputzer authored and evanlucas committed May 2, 2017
1 parent eb78722 commit 434873d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 434873d

Please sign in to comment.