Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
PR-URL: #9089
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
seishun authored and jasnell committed Oct 14, 2016
1 parent aac93a5 commit 3735f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -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
Expand Down

0 comments on commit 3735f22

Please sign in to comment.