diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md index cc5aae34a56922..4ea9e82b24f96f 100644 --- a/doc/api/webstreams.md +++ b/doc/api/webstreams.md @@ -149,7 +149,7 @@ added: v16.5.0 {ReadableStream}. The `readableStream.locked` property is `false` by default, and is -switch to `true` while there is an active reader consuming the +switched to `true` while there is an active reader consuming the stream's data. #### `readableStream.cancel([reason])`