Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update CHANGELOG_V10.md
Fix typo
  • Loading branch information
chakravarthy-s-m authored Sep 7, 2018
commit 34a1dc6caa4fad98668a7f5a2a5f18ca535e838f
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