Skip to content

Commit f2ee035

Browse files
authored
Small grammar fix in opened description
1 parent 9302e53 commit f2ee035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The {{writable}} attribute is a {{WritableStream}} which sends data to the serve
169169
<h4 id="opened-attribute">opened</h4>
170170

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

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

0 commit comments

Comments
 (0)