From 4c69cb5dcb3d81cca5a963ca1d59af64f6f492c8 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 Use "Long Term Support" rather than "long term support". Refs: https://github.com/nodejs/node/pull/38839#issuecomment-850853132 --- 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.