From 0ba7da6f0f1c5f0f49f10830c890ad67d5ddfd35 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 29 May 2021 08:44:17 -0700 Subject: [PATCH 1/2] doc: use "Long Term Support" in technical values doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use "Long Term Support" rather than "long term support". Refs: https://github.com/nodejs/node/pull/38839#issuecomment-850853132 PR-URL: https://github.com/nodejs/node/pull/38841 Reviewed-By: Derek Lewis Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca Reviewed-By: Darshan Sen Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- doc/guides/technical-values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/technical-values.md b/doc/guides/technical-values.md index 1f074409dbe680..b86f2243896147 100644 --- a/doc/guides/technical-values.md +++ b/doc/guides/technical-values.md @@ -43,7 +43,7 @@ Some key elements of this include: * Stable releases on a predictable schedule * A strong safety net, including testing how changes in Node.js affect popular packages -* Careful consideration of what goes into long term support (LTS) releases +* Careful consideration of what goes into Long Term Support (LTS) releases ### 3 - Operational qualities We value keeping Node.js safe, performant, and lightweight. From 58bd04632402f24b4db3b11991df05ee7dba0602 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 29 May 2021 08:45:40 -0700 Subject: [PATCH 2/2] doc: use "Long Term Support" in collaborator guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use "Long Term Support" rather than "Long-term support". Refs: https://github.com/nodejs/node/pull/38839#issuecomment-850853132 PR-URL: https://github.com/nodejs/node/pull/38841 Reviewed-By: Derek Lewis Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca Reviewed-By: Darshan Sen Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- doc/guides/collaborator-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/collaborator-guide.md b/doc/guides/collaborator-guide.md index b8189cfd3d3f4e..2791d2a2e508ed 100644 --- a/doc/guides/collaborator-guide.md +++ b/doc/guides/collaborator-guide.md @@ -30,7 +30,7 @@ * [Technical HOWTO](#technical-howto) * [Troubleshooting](#troubleshooting) * [I made a mistake](#i-made-a-mistake) - * [Long term support](#long-term-support) + * [Long Term Support](#long-term-support) * [What is LTS?](#what-is-lts) * [How are LTS branches managed?](#how-are-lts-branches-managed) * [How can I help?](#how-can-i-help) @@ -737,7 +737,7 @@ git push upstream master change. * Post to `#node-dev` (IRC) if you force push. -### Long term support +### Long Term Support #### What is LTS?