Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-06-21 02:46:33 +0300
committerRich Trott <rtrott@gmail.com>2020-06-23 05:29:18 +0300
commitdb52ae8b7f9bc458b3ab47369fc828e273efd0df (patch)
tree6781861cd6b0474897fd159b8270a29027cd5b46 /doc/api/quic.md
parenta8904e8eeea3ca513de588424bb99f6a7cdfc598 (diff)
doc: use a single space between sentences
We mostly have a single space between the punctuation that ends a sentence and the start of the next sentence. Change instances with two spaces to one. PR-URL: https://github.com/nodejs/node/pull/33995 Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/quic.md')
-rw-r--r--doc/api/quic.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/quic.md b/doc/api/quic.md
index f27ad221548..e6505b86545 100644
--- a/doc/api/quic.md
+++ b/doc/api/quic.md
@@ -158,7 +158,7 @@ used to exhange application data until the `'secure'` event has been emitted.
QUIC uses the TLS 1.3 [ALPN][] ("Application-Layer Protocol Negotiation")
extension to identify the application level protocol that is using the QUIC
-connection. Every `QuicSession` instance has an ALPN identifier that *must* be
+connection. Every `QuicSession` instance has an ALPN identifier that *must* be
specified in either the `connect()` or `listen()` options. ALPN identifiers that
are known to Node.js (such as the ALPN identifier for HTTP/3) will alter how the
`QuicSession` and `QuicStream` objects operate internally, but the QUIC