Skip to content

Commit

Permalink
Fix grammar in developer notes
Browse files Browse the repository at this point in the history
Co-authored-by: Domenic Denicola <[email protected]>
  • Loading branch information
ricea and domenic authored Feb 21, 2024
1 parent 16a75fe commit 2bd7ad5
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 @@ -789,7 +789,7 @@ state=], but is not exposed to JavaScript.

<dl class="domintro non-normative">
: <code>|socket| = new {{WebSocketStream/constructor(url, options)|WebSocketStream}}(|url| [, |options|])</code>
:: Creates a new {{WebSocketStream}} object, immediately establishing the associating WebSocket
:: Creates a new {{WebSocketStream}} object, immediately establishing the associated WebSocket
connection.

|url| is a string giving the <a dfn spec=url>URL</a> over which the connection is established.
Expand Down

0 comments on commit 2bd7ad5

Please sign in to comment.