From 71a6711ec784b59d44b42609c6850b9b8a1de20c Mon Sep 17 00:00:00 2001 From: Hugo Josefson Date: Thu, 28 Jun 2018 19:48:59 +0200 Subject: [PATCH] doc: fix typo in fs.md Fixes simple typo of `excludiing` to `excluding`. --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index f648527435f8a9..361114ef194b0d 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -4026,7 +4026,7 @@ added: v10.0.0 * Returns: {Promise} Reads the contents of a directory then resolves the `Promise` with an array -of the names of the files in the directory excludiing `'.'` and `'..'`. +of the names of the files in the directory excluding `'.'` and `'..'`. The optional `options` argument can be a string specifying an encoding, or an object with an `encoding` property specifying the character encoding to use for