diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md index 03bcde6304d991..ff220375bb802d 100644 --- a/doc/api/webstreams.md +++ b/doc/api/webstreams.md @@ -273,7 +273,7 @@ const transformedStream = stream.pipeThrough(transform); })(); ``` -#### `readableStream.pipeTo(destination, options)` +#### `readableStream.pipeTo(destination[, options])`