Skip to content

Commit 434873d

Browse files
ivoputzerevanlucas
authored andcommitted
doc: fix typo in fs.watch() description
PR-URL: #12550 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent eb78722 commit 434873d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@ changes:
19161916
* `persistent` {boolean} Indicates whether the process should continue to run
19171917
as long as files are being watched. default = `true`
19181918
* `recursive` {boolean} Indicates whether all subdirectories should be
1919-
watched, or only the current directory. The applies when a directory is
1919+
watched, or only the current directory. This applies when a directory is
19201920
specified, and only on supported platforms (See [Caveats][]). default =
19211921
`false`
19221922
* `encoding` {string} Specifies the character encoding to be used for the

0 commit comments

Comments
 (0)