Skip to content

Commit f623d5d

Browse files
Trottdanielleadams
authored andcommitted
doc: use _code name_ rather than _codename_
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: #36611 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 6e338da commit f623d5d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Looking for help? Check out the
5353
* **LTS**: Releases that receive Long-term Support, with a focus on stability
5454
and security. Every even-numbered major version will become an LTS release.
5555
LTS releases receive 12 months of _Active LTS_ support and a further 18 months
56-
of _Maintenance_. LTS release lines have alphabetically-ordered codenames,
56+
of _Maintenance_. LTS release lines have alphabetically-ordered code names,
5757
beginning with v4 Argon. There are no breaking changes or feature additions,
5858
except in some special circumstances.
5959
* **Nightly**: Code from the Current branch built every 24-hours when there are

doc/api/process.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1782,12 +1782,11 @@ tarball.
17821782
* `lts` {string} a string label identifying the [LTS][] label for this release.
17831783
This property only exists for LTS releases and is `undefined` for all other
17841784
release types, including _Current_ releases.
1785-
Valid values include the LTS Release Codenames (including those
1786-
that are no longer supported). A non-exhaustive example of
1787-
these codenames includes:
1785+
Valid values include the LTS Release code names (including those
1786+
that are no longer supported).
17881787
* `'Dubnium'` for the 10.x LTS line beginning with 10.13.0.
17891788
* `'Erbium'` for the 12.x LTS line beginning with 12.13.0.
1790-
For other LTS Release Codenames, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_ARCHIVE.md)
1789+
For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_ARCHIVE.md)
17911790

17921791
<!-- eslint-skip -->
17931792
```js

doc/guides/releases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ $ git secure-tag <vx.y.z> <commit-sha> -sm "YYYY-MM-DD Node.js vx.y.z (<release-
497497
```
498498

499499
`release-type` is either "Current" or "LTS". For LTS releases, you should also
500-
include the release codename, for example:
500+
include the release code name.
501501

502502
```text
503503
2019-10-22 Node.js v10.17.0 'Dubnium' (LTS) Release
@@ -740,7 +740,7 @@ To mark a release line as LTS, the following changes must be made to
740740
* The `NODE_MINOR_VERSION` macro must be incremented by one
741741
* The `NODE_PATCH_VERSION` macro must be set to `0`
742742
* The `NODE_VERSION_IS_LTS` macro must be set to `1`
743-
* The `NODE_VERSION_LTS_CODENAME` macro must be set to the codename selected
743+
* The `NODE_VERSION_LTS_CODENAME` macro must be set to the code name selected
744744
for the LTS release.
745745

746746
For example:

0 commit comments

Comments
 (0)