diff --git a/doc/api/fs.md b/doc/api/fs.md index 21eaa6af0e1..ad7728fe873 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -4271,7 +4271,7 @@ added: * `options` {Object} * `offset` {integer} **Default:** `0` * `length` {integer} **Default:** `buffer.byteLength - offset` - * `position` {integer|bigint} **Default:** `null` + * `position` {integer|bigint|null} **Default:** `null` * `callback` {Function} * `err` {Error} * `bytesRead` {integer}