Skip to content

Commit

Permalink
doc: fix typo in CHANGELOG_V10.md
Browse files Browse the repository at this point in the history
Fix typo

PR-URL: #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>
  • Loading branch information
chakravarthy-s-m authored and targos committed Sep 7, 2018
1 parent 5bae8b9 commit e5cdfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/changelogs/CHANGELOG_V10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e5cdfb0

Please sign in to comment.