summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Josefson <hugo@josefson.org>2018-06-28 19:48:59 +0200
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-06-29 01:23:47 +0300
commitd6397afbac475316d50b1b147c89879f5f4dbd72 (patch)
tree03632518967b457771a9ebfe6fb20ac674a98c1e /doc
parent42185730954dd2aaef9f7149b1bae03b3115e505 (diff)
downloadandroid-node-v8-d6397afbac475316d50b1b147c89879f5f4dbd72.tar.gz
android-node-v8-d6397afbac475316d50b1b147c89879f5f4dbd72.tar.bz2
android-node-v8-d6397afbac475316d50b1b147c89879f5f4dbd72.zip
doc: fix typo in fs.md
Fixes simple typo of `excludiing` to `excluding`. PR-URL: https://github.com/nodejs/node/pull/21579 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/fs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index f648527435..361114ef19 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