Browse Source

doc: fix typo

PR-URL: https://github.com/nodejs/node/pull/9089
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
v6
Nikolai Vavilov 8 years ago
committed by GitHub
parent
commit
aa4698b66d
  1. 2
      doc/api/fs.md

2
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

Loading…
Cancel
Save