8000
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 85a527e commit 8be0efdCopy full SHA for 8be0efd
doc/api/fs.md
@@ -3814,7 +3814,7 @@ system requests but rather the internal buffering `fs.readFile` performs.
3814
2. If a file descriptor is specified as the `path`, it will not be closed
3815
automatically.
3816
3. The reading will begin at the current position. For example, if the file
3817
- 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,
3818
the call to `fs.readFile()` with the same file descriptor, would give
3819
`'World'`, rather than `'Hello World'`.
3820
0 commit comments