Skip to content

Commit cb9dba0

Browse files
tniessenbengl
authored andcommitted
doc: fix typo in readableStream.locked description
PR-URL: #41923 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent b4db004 commit cb9dba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/webstreams.md

+1-1
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)