Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5cdfb0

Browse filesBrowse files
chakravarthy-s-mtargos
authored andcommitted
doc: fix typo in CHANGELOG_V10.md
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>
1 parent 5bae8b9 commit e5cdfb0
Copy full SHA for e5cdfb0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/changelogs/CHANGELOG_V10.md‎

Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V10.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.