We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9a8ca commit 27cec0cCopy full SHA for 27cec0c
doc/api/fs.md
@@ -414,7 +414,7 @@ changes:
414
* `position` {integer|bigint|null} The location where to begin reading data
415
from the file. If `null` or `-1`, data will be read from the current file
416
position, and the position will be updated. If `position` is a non-negative
417
- integer,the current file position will remain unchanged.
+ integer, the current file position will remain unchanged.
418
**Default:**: `null`
419
* Returns: {Promise} Fulfills upon success with an object with two properties:
420
* `bytesRead` {integer} The number of bytes read
0 commit comments