Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChakravarthy S M <chakra.mithun@gmail.com>2018-09-07 13:30:38 +0300
committerAnna Henningsen <anna@addaleax.net>2018-09-07 18:08:28 +0300
commite638bc5f92ec4396157e9aa728d66b9881d7c9fe (patch)
tree9f6c48e31b3d87f11de30ea98e1aef406ca5f068 /doc/changelogs
parent62a3f9b029f7ef4af1a2ea1e6362141164e48eab (diff)
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/changelogs')
-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 572f5d1f145..09c47034c9b 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)