From 52fe5624ff37733737778924bd4289db845cf7bf Mon Sep 17 00:00:00 2001 From: codershiba <155646804+codershiba@users.noreply.github.com> Date: Fri, 3 May 2024 01:19:21 +0530 Subject: [PATCH] doc: fix grammatical mistake --- 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 72c659795fc4fb..735e1b307e5d9c 100644 --- a/doc/api/webstreams.md +++ b/doc/api/webstreams.md @@ -1042,7 +1042,7 @@ changes: description: This class is now exposed on the global object. --> -The `WritableStreamDefaultController` manage's the {WritableStream}'s +The `WritableStreamDefaultController` manages the {WritableStream}'s internal state. #### `writableStreamDefaultController.error([error])`