Skip to content

Commit c08efba

Browse files
tniessendanielleadams
authored andcommitted
doc: fix typo in readableStream.locked description
PR-URL: #41923 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 257a7a5 commit c08efba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/webstreams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ added: v16.5.0
149149
{ReadableStream}.
150150

151151
The `readableStream.locked` property is `false` by default, and is
152-
switch to `true` while there is an active reader consuming the
152+
switched to `true` while there is an active reader consuming the
153153
stream's data.
154154

155155
#### `readableStream.cancel([reason])`

0 commit comments

Comments
 (0)