From 7e09c6ce603da4b6a95a2b2a894e442859570f34 Mon Sep 17 00:00:00 2001 From: Lorand Horvath <72015221+lorand-horvath@users.noreply.github.com> Date: Sat, 8 Oct 2022 01:33:53 +0300 Subject: [PATCH] doc: fix typo in Node.js 12 changelog PR-URL: https://github.com/nodejs/node/pull/42880 Reviewed-By: Luigi Pinca Reviewed-By: Zeyu "Alex" Yang Reviewed-By: Beth Griggs Reviewed-By: James M Snell --- doc/changelogs/CHANGELOG_V12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelogs/CHANGELOG_V12.md b/doc/changelogs/CHANGELOG_V12.md index 63b2f650acbb2a..3b9c7241897996 100644 --- a/doc/changelogs/CHANGELOG_V12.md +++ b/doc/changelogs/CHANGELOG_V12.md @@ -93,7 +93,7 @@ ### Notable Changes This is planned to be the final Node.js 12 release. Node.js 12 will -reach End-of-Life status on 30 April 2022, after which it will no +reach End-of-Life status on 30 April 2022, after which it will not receive updates. You are strongly advised to migrate your applications to Node.js 16 or 14 (both of which are Long Term Support (LTS) releases) to continue to receive future security updates beyond 30 April 2022.