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 <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
aduh95 committed Apr 6, 2021
1 parent e38d62a commit 36bc8b9
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 @@ -2768,9 +2768,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 36bc8b9

Please sign in to comment.