You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: doc/api/process.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -1778,12 +1778,11 @@ tarball.
1778
1778
*`lts` {string} a string label identifying the [LTS][] label for this release.
1779
1779
This property only exists for LTS releases and is `undefined` for all other
1780
1780
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).
1784
1783
*`'Dubnium'` for the 10.x LTS line beginning with 10.13.0.
1785
1784
*`'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)
0 commit comments