webtransport: fix grammar (#546)

This commit is contained in:
Melanie Riise
2023-04-29 03:48:15 -07:00
committed by GitHub
parent f8f32f73d1
commit 5393c21c4f

View File

@@ -48,8 +48,8 @@ WebTransport multiaddresses are composed of a QUIC multiaddress, followed by `/w
Examples:
* `/ip4/192.0.2.0/udp/443/quic/webtransport` (when using a CA-signed certificates)
* `/ip4/192.0.2.0/udp/1234/quic/webtransport/certhash/<hash1>` (when using single self-signed certificates)
* `/ip6/fe80::1ff:fe23:4567:890a/udp/1234/quic/webtransport/certhash/<hash1>/certhash/<hash2>/certhash/<hash3>` (when using single self-signed certificates)
* `/ip4/192.0.2.0/udp/1234/quic/webtransport/certhash/<hash1>` (when using a single self-signed certificate)
* `/ip6/fe80::1ff:fe23:4567:890a/udp/1234/quic/webtransport/certhash/<hash1>/certhash/<hash2>/certhash/<hash3>` (when using multiple self-signed certificates)
## WebTransport HTTP endpoint