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
@@ -1782,12 +1782,11 @@ tarball.
1782
1782
*`lts` {string} a string label identifying the [LTS][] label for this release.
1783
1783
This property only exists for LTS releases and is `undefined` for all other
1784
1784
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).
1788
1787
*`'Dubnium'` for the 10.x LTS line beginning with 10.13.0.
1789
1788
*`'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)
0 commit comments