From 4844337cd73f8c4f9af41785d3b03c51c9704e1c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 29 May 2021 08:44:17 -0700 Subject: [PATCH] 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.