Skip to content

Commit c0f8198

Browse files
seishunMyles Borins
authored and
Myles Borins
committed
doc: fix typo
PR-URL: #9089 Reviewed-By: Colin Ihrig <[email protected]>
1 parent 9cfa91b commit c0f8198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ See more details in [`fs.watch()`][].
129129

130130
The `filename` argument may not be provided depending on operating system
131131
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
132+
`fs.watch()` is called with its `encoding` option set to `'buffer'`, otherwise
133133
`filename` will be a string.
134134

135135
```js

0 commit comments

Comments
 (0)