From 0cb7cf7aa90bd3670967b8957a98262b6e1a0525 Mon Sep 17 00:00:00 2001 From: codershiba <155646804+codershiba@users.noreply.github.com> Date: Fri, 3 May 2024 19:00:09 +0530 Subject: [PATCH] doc: fix grammatical mistake PR-URL: https://github.com/nodejs/node/pull/52808 Reviewed-By: Luigi Pinca Reviewed-By: Benjamin Gruenbaum Reviewed-By: Daeyeon Jeong --- 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])`