summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIvo von Putzer Reibegg <ivoputzer@users.noreply.github.com>2017-04-20 20:55:45 +0200
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-04-20 22:15:32 +0300
commit94fca845dff4bafba7f428bc7e876c1aa83fdd8d (patch)
tree240f1fc4fad4cf67770c8f0478fd3635fddccba6 /doc
parente75bc87d2240097ddf4074c473b4ea946daf390d (diff)
downloadandroid-node-v8-94fca845dff4bafba7f428bc7e876c1aa83fdd8d.tar.gz
android-node-v8-94fca845dff4bafba7f428bc7e876c1aa83fdd8d.tar.bz2
android-node-v8-94fca845dff4bafba7f428bc7e876c1aa83fdd8d.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/fs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index d593c30f1c..f3828f15e7 100644
--- a/doc/api/fs.md
+++ b/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