summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChakravarthy S M <chakra.mithun@gmail.com>2018-09-07 16:00:38 +0530
committerAnna Henningsen <anna@addaleax.net>2018-09-07 17:08:28 +0200
commite638bc5f92ec4396157e9aa728d66b9881d7c9fe (patch)
tree9f6c48e31b3d87f11de30ea98e1aef406ca5f068 /doc
parent62a3f9b029f7ef4af1a2ea1e6362141164e48eab (diff)
downloadandroid-node-v8-e638bc5f92ec4396157e9aa728d66b9881d7c9fe.tar.gz
android-node-v8-e638bc5f92ec4396157e9aa728d66b9881d7c9fe.tar.bz2
android-node-v8-e638bc5f92ec4396157e9aa728d66b9881d7c9fe.zip
doc: fix typo in CHANGELOG_V10.md
Fix typo PR-URL: https://github.com/nodejs/node/pull/22744 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
Diffstat (limited to 'doc')
-rw-r--r--doc/changelogs/CHANGELOG_V10.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelogs/CHANGELOG_V10.md b/doc/changelogs/CHANGELOG_V10.md
index 572f5d1f14..09c47034c9 100644
--- a/doc/changelogs/CHANGELOG_V10.md
+++ b/doc/changelogs/CHANGELOG_V10.md
@@ -60,7 +60,7 @@
* The methods `fs.read`, `fs.readSync`, `fs.write`, `fs.writeSync`,
`fs.writeFile` and `fs.writeFileSync` now all accept `TypedArray` and
`DataView` objects. [#22150](https://github.com/nodejs/node/pull/22150)
- * A new boolean option, `withFileTypes`, can be passed to to `fs.readdir` and
+ * A new boolean option, `withFileTypes`, can be passed to `fs.readdir` and
`fs.readdirSync`. If set to true, the methods return an array of directory
entries. These are objects that can be used to determine the type of each
entry and filter them based on that without calling `fs.stat`. [#22020](https://github.com/nodejs/node/pull/22020)