Skip to content

Commit 6b25fd1

Browse files
watildeevanlucas
authored andcommitted
doc: fix typo in api/fs
PR-URL: #5678 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 87adcda commit 6b25fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ default mode `w`. The `defaultEncoding` can be any one of those accepted by [`Bu
383383
If `autoClose` is set to true (default behavior) on `error` or `end`
384384
the file descriptor will be closed automatically. If `autoClose` is false,
385385
then the file descriptor won't be closed, even if there's an error.
386-
It is your responsiblity to close it and make sure
386+
It is your responsibility to close it and make sure
387387
there's no file descriptor leak.
388388

389389
Like [`ReadStream`][], if `fd` is specified, `WriteStream` will ignore the

0 commit comments

Comments
 (0)