aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikolai Vavilov <vvnicholas@gmail.com>2016-10-14 01:41:53 +0300
committerGitHub <noreply@github.com>2016-10-14 01:41:53 +0300
commitaa4698b66d6e25e6676f0f1d441a6eb87e065b3a (patch)
tree9a5f333c60228bfdb23c2f7725c995202322894e /doc
parenta7970c0a25226907c6a89266f24b06080547d90b (diff)
downloadandroid-node-v8-aa4698b66d6e25e6676f0f1d441a6eb87e065b3a.tar.gz
android-node-v8-aa4698b66d6e25e6676f0f1d441a6eb87e065b3a.tar.bz2
android-node-v8-aa4698b66d6e25e6676f0f1d441a6eb87e065b3a.zip
doc: fix typo
PR-URL: https://github.com/nodejs/node/pull/9089 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 5cb4b9f422..cac42e97fa 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -129,7 +129,7 @@ See more details in [`fs.watch()`][].
The `filename` argument may not be provided depending on operating system
support. If `filename` is provided, it will be provided as a `Buffer` if
-`fs.watch()` is called with it's `encoding` option set to `'buffer'`, otherwise
+`fs.watch()` is called with its `encoding` option set to `'buffer'`, otherwise
`filename` will be a string.
```js