From 508c24a3d9316f6ac054479180b67bef47b44f85 Mon Sep 17 00:00:00 2001 From: Aidan Bickford Date: Tue, 2 Apr 2024 10:56:18 -0600 Subject: [PATCH] Update ReadableStreamBYOBReader index.md (grammar) (#32928) Update index.md Small grammar fix --- files/en-us/web/api/readablestreambyobreader/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/readablestreambyobreader/index.md b/files/en-us/web/api/readablestreambyobreader/index.md index 9e0de40c1868798..06e3fad2e34b277 100644 --- a/files/en-us/web/api/readablestreambyobreader/index.md +++ b/files/en-us/web/api/readablestreambyobreader/index.md @@ -17,7 +17,7 @@ Using this kind of reader, a [`read()`](#readablestreambyobreader.read) request If the internal queues are not empty, a `read()` will satisfy the request from the buffered data. Note that the methods and properties are similar to those for the default reader ({{domxref("ReadableStreamDefaultReader")}}). -The `read()` method differs in that it provide a view into which data should be written. +The `read()` method differs in that it provides a view into which data should be written. ## Constructor