From ab24b0f4edb87f1b0757393decb4cc27a618ed64 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Fri, 15 Jan 2021 21:55:06 -1000 Subject: [PATCH] [docs] Fix grammar and link to QUICK --- doc/changelogs/CHANGELOG_V15.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelogs/CHANGELOG_V15.md b/doc/changelogs/CHANGELOG_V15.md index a608273884f159..d360534ca7ed21 100644 --- a/doc/changelogs/CHANGELOG_V15.md +++ b/doc/changelogs/CHANGELOG_V15.md @@ -1101,7 +1101,7 @@ As of Node.js 15, the default mode for `unhandledRejection` is changed to `throw #### QUIC - [#32379](https://github.com/nodejs/node/pull/32379) -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. +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. #### V8 8.6 - [#35415](https://github.com/nodejs/node/pull/35415)