Skip to content

Commit 3c4803b

Browse files
committed
Fix grammatical errors
1 parent 579e413 commit 3c4803b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ initially unset.
885885

886886
: {{WebSocketOpenInfo/writable}}
887887
:: A {{WritableStream}} that can be used to send messages to the server. Each chunk written will
888-
be converted to one messages. Strings will be sent as text messages; {{BufferSource}} chunks will
888+
be converted to one message. Strings will be sent as text messages; {{BufferSource}} chunks will
889889
be sent as binary messages.
890890

891891
The WebSocket can be closed by calling {{WritableStream/close()}} on
@@ -907,7 +907,7 @@ initially unset.
907907
[=cleanly=] then the promise is rejected. When the connection closes [=cleanly=] the promise is
908908
resolved with an object with properties {{WebSocketCloseInfo/code}} and
909909
{{WebSocketCloseInfo/reason}}, giving [=the WebSocket connection close code=] and [=the WebSocket
910-
connection close reason=] the were supplied by the server.
910+
connection close reason=] that were supplied by the server.
911911

912912
: <code>|socket| . {{WebSocketStream/close()}}</code>
913913
:: Close the connection, optionally supplying an object with {{WebSocketCloseInfo/code}} and

0 commit comments

Comments
 (0)