Skip to content

Commit 2ce6e70

Browse files
Trottjuanarbol
authored andcommitted
doc: standardize typography for _semantic versioning_
PR-URL: #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>
1 parent c07200c commit 2ce6e70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Looking for help? Check out the
5151
* **Nightly**: Code from the Current branch built every 24-hours when there are
5252
changes. Use with caution.
5353

54-
Current and LTS releases follow [Semantic Versioning](https://semver.org). A
54+
Current and LTS releases follow [semantic versioning](https://semver.org). A
5555
member of the Release Team [signs](#release-keys) each Current and LTS release.
5656
For more information, see the
5757
[Release README](https://github.com/nodejs/Release#readme).

doc/api/documentation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The stability indices are as follows:
2929
<!-- separator -->
3030

3131
> Stability: 1 - Experimental. The feature is not subject to
32-
> [Semantic Versioning][] rules. Non-backward compatible changes or removal may
32+
> [semantic versioning][] rules. Non-backward compatible changes or removal may
3333
> occur in any future release. Use of the feature is not recommended in
3434
> production environments.
3535
@@ -41,7 +41,7 @@ The stability indices are as follows:
4141
<!-- separator -->
4242

4343
> Stability 3 - Legacy. Although this feature is unlikely to be removed and is
44-
> still covered by semantic-versioning guarantees, it is no longer actively
44+
> still covered by semantic versioning guarantees, it is no longer actively
4545
> maintained, and other alternatives are available.
4646
4747
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.
7777
Most Unix system calls have Windows analogues. Still, behavior differences may
7878
be unavoidable.
7979

80-
[Semantic Versioning]: https://semver.org/
8180
[V8 JavaScript engine]: https://v8.dev/
81+
[semantic versioning]: https://semver.org/
8282
[the contributing guide]: https://github.com/nodejs/node/blob/HEAD/CONTRIBUTING.md
8383
[the issue tracker]: https://github.com/nodejs/node/issues/new
8484
[warning]: process.md#event-warning

0 commit comments

Comments
 (0)