diff --git a/doc/api/fs.md b/doc/api/fs.md index 114a51c15dc5d6..33be761491a9b7 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -446,7 +446,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.readableWebStream(options)` +#### `filehandle.readableWebStream([options])`