Skip to content

Commit f65b842

Browse files
Trotttargos
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 12dc0e6 commit f65b842

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
@@ -1778,12 +1778,11 @@ tarball.
17781778
* `lts` {string} a string label identifying the [LTS][] label for this release.
17791779
This property only exists for LTS releases and is `undefined` for all other
17801780
release types, including _Current_ releases.
1781-
Valid values include the LTS Release Codenames (including those
1782-
that are no longer supported). A non-exhaustive example of
1783-
these codenames includes:
1781+
Valid values include the LTS Release code names (including those
1782+
that are no longer supported).
17841783
* `'Dubnium'` for the 10.x LTS line beginning with 10.13.0.
17851784
* `'Erbium'` for the 12.x LTS line beginning with 12.13.0.
1786-
For other LTS Release Codenames, see [Node.js Changelog Archive](https://github.com./nodejs/node/blob/master/doc/changelogs/CHANGELOG_ARCHIVE.md)
1785+
For other LTS Release code names, see [Node.js Changelog Archive](https://github.com./nodejs/node/blob/master/doc/changelogs/CHANGELOG_ARCHIVE.md)
17871786

17881787
<!-- eslint-skip -->
17891788
```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)