Skip to content

Commit 27cec0c

Browse files
committed
squash: fix typo
1 parent 3a9a8ca commit 27cec0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

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

0 commit comments

Comments
 (0)