Skip to content

Commit dc7a21e

Browse files
committed
squash: fix typo
1 parent 00f9189 commit dc7a21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ changes:
415415
* `position` {integer|bigint|null} The location where to begin reading data
416416
from the file. If `null` or `-1`, data will be read from the current file
417417
position, and the position will be updated. If `position` is a non-negative
418-
integer,the current file position will remain unchanged.
418+
integer, the current file position will remain unchanged.
419419
**Default:**: `null`
420420
* Returns: {Promise} Fulfills upon success with an object with two properties:
421421
* `bytesRead` {integer} The number of bytes read

0 commit comments

Comments
 (0)