diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md index 99514a58e91288..0c99d56cda58d7 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])`