Skip to content

Commit e5cdfb0

Browse files
chakravarthy-s-mtargos
authored andcommitted
doc: fix typo in CHANGELOG_V10.md
Fix typo PR-URL: #22744 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
1 parent 5bae8b9 commit e5cdfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/changelogs/CHANGELOG_V10.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* The methods `fs.read`, `fs.readSync`, `fs.write`, `fs.writeSync`,
6161
`fs.writeFile` and `fs.writeFileSync` now all accept `TypedArray` and
6262
`DataView` objects. [#22150](https://github.com/nodejs/node/pull/22150)
63-
* A new boolean option, `withFileTypes`, can be passed to to `fs.readdir` and
63+
* A new boolean option, `withFileTypes`, can be passed to `fs.readdir` and
6464
`fs.readdirSync`. If set to true, the methods return an array of directory
6565
entries. These are objects that can be used to determine the type of each
6666
entry and filter them based on that without calling `fs.stat`. [#22020](https://github.com/nodejs/node/pull/22020)

0 commit comments

Comments
 (0)