Skip to content

Commit

Permalink
Small grammar fix in opened description
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 authored Nov 2, 2023
1 parent 9302e53 commit f2ee035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The {{writable}} attribute is a {{WritableStream}} which sends data to the serve
<h4 id="opened-attribute">opened</h4>

The {{opened}} attribute is a promise that is resolved when the socket connection has been
successfully established, or is rejected if the connection fails. For sockets use secure-transport,
successfully established, or is rejected if the connection fails. For sockets which use secure-transport,
the resolution of the {{opened}} promise indicates the completion of the secure handshake.

The {{opened}} promise resolves a {{SocketInfo}} dictionary that optionally provides details
Expand Down

0 comments on commit f2ee035

Please sign in to comment.