Skip to content

Commit

Permalink
Merge pull request #363 from junekhan/fix/grammar-mistake-in-webtrans…
Browse files Browse the repository at this point in the history
…port-doc

fix: grammar mistake in webtransport doc
  • Loading branch information
Stebalien authored Feb 13, 2024
2 parents c76535b + 0a815dc commit 467984f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/concepts/transports/webtransport.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It allows browsers to establish a stream-multiplexed and bidirectional connectio
to servers, and use streams to send and receive application data.

While WebSocket provides a single bidirectional, full-duplex communication between a
browser and a server over a TCP connection, WebTransport exposes allows the endpoints to use multiple
browser and a server over a TCP connection, WebTransport allows the endpoints to use multiple
streams in parallel.

When connecting to a WebSocket server, browsers require the server to present a
Expand Down

0 comments on commit 467984f

Please sign in to comment.