From f65b842ee14f26c835d759a34c26d8ba4294d590 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 23 Dec 2020 05:22:21 -0800 Subject: [PATCH] doc: use _code name_ rather than _codename_ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is excrutiatingly minor, but every authoritative resource I've checked (which is to say, a few dictionaries) uses "code name" primarily or exclusively. Let's follow suit. PR-URL: https://github.com/nodejs/node/pull/36611 Reviewed-By: Michaƫl Zasso Reviewed-By: Michael Dawson Reviewed-By: Richard Lau Reviewed-By: Benjamin Gruenbaum --- README.md | 2 +- doc/api/process.md | 7 +++---- doc/guides/releases.md | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 35db3c9d275276..512cd485b8f57a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Looking for help? Check out the * **LTS**: Releases that receive Long-term Support, with a focus on stability and security. Every even-numbered major version will become an LTS release. LTS releases receive 12 months of _Active LTS_ support and a further 18 months - of _Maintenance_. LTS release lines have alphabetically-ordered codenames, + of _Maintenance_. LTS release lines have alphabetically-ordered code names, beginning with v4 Argon. There are no breaking changes or feature additions, except in some special circumstances. * **Nightly**: Code from the Current branch built every 24-hours when there are diff --git a/doc/api/process.md b/doc/api/process.md index 6bd15f387dc3ec..13d6df922d5c58 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1778,12 +1778,11 @@ tarball. * `lts` {string} a string label identifying the [LTS][] label for this release. This property only exists for LTS releases and is `undefined` for all other release types, including _Current_ releases. - Valid values include the LTS Release Codenames (including those - that are no longer supported). A non-exhaustive example of - these codenames includes: + Valid values include the LTS Release code names (including those + that are no longer supported). * `'Dubnium'` for the 10.x LTS line beginning with 10.13.0. * `'Erbium'` for the 12.x LTS line beginning with 12.13.0. - For other LTS Release Codenames, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_ARCHIVE.md) + For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_ARCHIVE.md) ```js diff --git a/doc/guides/releases.md b/doc/guides/releases.md index 5444f2d364554e..903b31c744abc2 100644 --- a/doc/guides/releases.md +++ b/doc/guides/releases.md @@ -497,7 +497,7 @@ $ git secure-tag -sm "YYYY-MM-DD Node.js vx.y.z (