Skip to content

Commit

Permalink
doc: fix typo in fs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Apr 5, 2021
1 parent 4958091 commit e22108d
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 e22108d

Please sign in to comment.