From 120db2c1694c7dd0bffbcc71e8936522a41f5308 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Fri, 15 Jan 2021 21:55:06 -1000 Subject: [PATCH] doc: fix grammar and link to QUIC in changelog PR-URL: https://github.com/nodejs/node/pull/36959 Reviewed-By: Antoine du Hamel Reviewed-By: Rich Trott Reviewed-By: Pooja D P Reviewed-By: Harshitha K P --- 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)