From 44a9b100c566a69636c1b79cd65e3757bd20de2a Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Sun, 13 Mar 2016 22:34:58 +0100 Subject: [PATCH] doc: fix typo in api/fs PR-URL: https://github.com/nodejs/node/pull/5678 Reviewed-By: Evan Lucas Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- doc/api/fs.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index 257b1de76803b8..e8ec2f9563098b 100644 --- a/doc/api/fs.markdown +++ b/doc/api/fs.markdown @@ -383,7 +383,7 @@ default mode `w`. The `defaultEncoding` can be any one of those accepted by [`Bu If `autoClose` is set to true (default behavior) on `error` or `end` the file descriptor will be closed automatically. If `autoClose` is false, then the file descriptor won't be closed, even if there's an error. -It is your responsiblity to close it and make sure +It is your responsibility to close it and make sure there's no file descriptor leak. Like [`ReadStream`][], if `fd` is specified, `WriteStream` will ignore the