From c08efba9689aac4b18fcaa008019733bbda2db16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 13 Feb 2022 16:49:05 +0100 Subject: [PATCH] doc: fix typo in readableStream.locked description PR-URL: https://github.com/nodejs/node/pull/41923 Reviewed-By: Luigi Pinca Reviewed-By: Mestery Reviewed-By: Harshitha K P Reviewed-By: Benjamin Gruenbaum Reviewed-By: James M Snell --- 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 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])`