Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2022-03-21 20:57:10 +0300
committerGitHub <noreply@github.com>2022-03-21 20:57:10 +0300
commit87089bf8c63db4696090b52bd8b2d9794ffe83c2 (patch)
tree2c017473b0d414575ab1a57ca07364c9d09bc395 /doc
parent718be08686312d19645861b9715491a49ee3c9cb (diff)
doc: standardize typography for _semantic versioning_
PR-URL: https://github.com/nodejs/node/pull/42401 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/documentation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/documentation.md b/doc/api/documentation.md
index 71e0b49206e..56759f69ba8 100644
--- a/doc/api/documentation.md
+++ b/doc/api/documentation.md
@@ -29,7 +29,7 @@ The stability indices are as follows:
<!-- separator -->
> Stability: 1 - Experimental. The feature is not subject to
-> [Semantic Versioning][] rules. Non-backward compatible changes or removal may
+> [semantic versioning][] rules. Non-backward compatible changes or removal may
> occur in any future release. Use of the feature is not recommended in
> production environments.
@@ -41,7 +41,7 @@ The stability indices are as follows:
<!-- separator -->
> Stability 3 - Legacy. Although this feature is unlikely to be removed and is
-> still covered by semantic-versioning guarantees, it is no longer actively
+> still covered by semantic versioning guarantees, it is no longer actively
> maintained, and other alternatives are available.
Features are marked as legacy rather than being deprecated if their use does no
@@ -77,8 +77,8 @@ to the corresponding man pages which describe how the system call works.
Most Unix system calls have Windows analogues. Still, behavior differences may
be unavoidable.
-[Semantic Versioning]: https://semver.org/
[V8 JavaScript engine]: https://v8.dev/
+[semantic versioning]: https://semver.org/
[the contributing guide]: https://github.com/nodejs/node/blob/HEAD/CONTRIBUTING.md
[the issue tracker]: https://github.com/nodejs/node/issues/new
[warning]: process.md#event-warning