We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35b0ab commit 52effa5Copy full SHA for 52effa5
doc/api/fs.md
@@ -2013,7 +2013,7 @@ destroyed, like most `Readable` streams. Set the `emitClose` option to
2013
By providing the `fs` option, it is possible to override the corresponding `fs`
2014
implementations for `open`, `read`, and `close`. When providing the `fs` option,
2015
an override for `read` is required. If no `fd` is provided, an override for
2016
-`open` is also requried. If `autoClose` is `true`, an override for `close` is
+`open` is also required. If `autoClose` is `true`, an override for `close` is
2017
also required.
2018
2019
```mjs
0 commit comments