Skip to content

Commit

Permalink
Update ReadableStreamBYOBReader index.md (grammar) (mdn#32928)
Browse files Browse the repository at this point in the history
Update index.md

Small grammar fix
  • Loading branch information
BickfordA authored Apr 2, 2024
1 parent e49509f commit 508c24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/readablestreambyobreader/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 508c24a

Please sign in to comment.