Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f623d5d

Browse filesBrowse 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 <targos@protonmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
1 parent 6e338da commit f623d5d
Copy full SHA for f623d5d

File tree

Expand file treeCollapse file tree

3 files changed

+6
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-7
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+3-4Lines changed: 3 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎doc/guides/releases.md‎

Copy file name to clipboardExpand all lines: doc/guides/releases.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.