From 4624a99f7675e806ccea92a6a87932ecf18a18c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Thu, 10 Feb 2022 20:27:07 +0100 Subject: [PATCH] doc: fix typo in readableStream.locked description --- doc/api/webstreams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])`