8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfa91b commit c0f8198Copy full SHA for c0f8198
doc/api/fs.md
@@ -129,7 +129,7 @@ See more details in [`fs.watch()`][].
129
130
The `filename` argument may not be provided depending on operating system
131
support. If `filename` is provided, it will be provided as a `Buffer` if
132
-`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
133
`filename` will be a string.
134
135
```js
0 commit comments