We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a86661 commit 90f415dCopy full SHA for 90f415d
doc/api/fs.md
@@ -3784,7 +3784,7 @@ system requests but rather the internal buffering `fs.readFile` performs.
3784
2. If a file descriptor is specified as the `path`, it will not be closed
3785
automatically.
3786
3. The reading will begin at the current position. For example, if the file
3787
- already had `'Hello World`' and six bytes are read with the file descriptor,
+ already had `'Hello World'` and six bytes are read with the file descriptor,
3788
the call to `fs.readFile()` with the same file descriptor, would give
3789
`'World'`, rather than `'Hello World'`.
3790
0 commit comments