diff --git a/doc/api/fs.md b/doc/api/fs.md index e5c04d97541aa2..8c12ce0bdbd9ca 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -275,7 +275,7 @@ Reads data from the file and stores that in the given buffer. If the file is not modified concurrently, the end-of-file is reached when the number of bytes read is zero. -#### `filehandle.read(options)` +#### `filehandle.read([options])`