We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87adcda commit 6b25fd1Copy full SHA for 6b25fd1
doc/api/fs.markdown
@@ -383,7 +383,7 @@ default mode `w`. The `defaultEncoding` can be any one of those accepted by [`Bu
383
If `autoClose` is set to true (default behavior) on `error` or `end`
384
the file descriptor will be closed automatically. If `autoClose` is false,
385
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
+It is your responsibility to close it and make sure
387
there's no file descriptor leak.
388
389
Like [`ReadStream`][], if `fd` is specified, `WriteStream` will ignore the
0 commit comments