Skip to content

Commit

Permalink
doc: fix typo in fs.md
Browse files Browse the repository at this point in the history
PR-URL: #38100
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Zijian Liu <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
aduh95 authored and targos committed Sep 4, 2021
1 parent f9d36cb commit 4cf4ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2755,9 +2755,9 @@ changes:
* `bytesRead` {integer}
* `buffer` {Buffer}
Similar to the `fs.read90` function, this version takes an optional `options`
object. If no `options` object is specified, it will default with the above
values.
Similar to the [`fs.read()`][] function, this version takes an optional
`options` object. If no `options` object is specified, it will default with the
above values.
### `fs.readdir(path[, options], callback)`
<!-- YAML
Expand Down

0 comments on commit 4cf4ee9

Please sign in to comment.