Skip to content

Commit 120db2c

Browse files
dandvruyadorno
authored andcommitted
doc: fix grammar and link to QUIC in changelog
PR-URL: #36959 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com>
1 parent 8e02b53 commit 120db2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/changelogs/CHANGELOG_V15.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ As of Node.js 15, the default mode for `unhandledRejection` is changed to `throw
11011101

11021102
#### QUIC - [#32379](https://github.com/nodejs/node/pull/32379)
11031103

1104-
Node.js 15 comes with experimental support QUIC, which can be enabled by compiling Node.js with the `--experimental-quic` configuration flag. The Node.js QUIC implementation is exposed by the core `net` module.
1104+
Node.js 15 comes with experimental support for [QUIC](https://en.wikipedia.org/wiki/QUIC), which can be enabled by compiling Node.js with the `--experimental-quic` configuration flag. The Node.js QUIC implementation is exposed by the core `net` module.
11051105

11061106
#### V8 8.6 - [#35415](https://github.com/nodejs/node/pull/35415)
11071107

0 commit comments

Comments
 (0)