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-08-28 17:08:55 +0300
committerRich Trott <rtrott@gmail.com>2020-08-28 17:11:12 +0300
commit496c174d14bc4b95b82ab84264df27739ddc32fe (patch)
tree805fd1e55ac2efbda1c2de3007200e8c1023c1fa /doc/api/quic.md
parente985fcebda33081750acd92aadccd7750a7c78c2 (diff)
doc,quic: simplify "make use of" to "use" in quic.md
PR-URL: https://github.com/nodejs/node/pull/34861 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 486c8ee6d68..9afaffc6a4c 100644
--- a/doc/api/quic.md
+++ b/doc/api/quic.md
@@ -212,7 +212,7 @@ session.on('stream', (stream) => {
#### QuicStream headers
-Some QUIC application protocols (like HTTP/3) make use of headers.
+Some QUIC application protocols (like HTTP/3) use headers.
There are four kinds of headers that the Node.js QUIC implementation
is capable of handling dependent entirely on known application protocol