@@ -29,7 +29,7 @@ The stability indices are as follows:
29
29
<!-- separator -->
30
30
31
31
> 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
33
33
> occur in any future release. Use of the feature is not recommended in
34
34
> production environments.
35
35
@@ -41,7 +41,7 @@ The stability indices are as follows:
41
41
<!-- separator -->
42
42
43
43
> 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
45
45
> maintained, and other alternatives are available.
46
46
47
47
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.
77
77
Most Unix system calls have Windows analogues. Still, behavior differences may
78
78
be unavoidable.
79
79
80
- [ Semantic Versioning ] : https://semver.org/
81
80
[ V8 JavaScript engine ] : https://v8.dev/
81
+ [ semantic versioning ] : https://semver.org/
82
82
[ the contributing guide ] : https://github.com/nodejs/node/blob/HEAD/CONTRIBUTING.md
83
83
[ the issue tracker ] : https://github.com/nodejs/node/issues/new
84
84
[ warning ] : process.md#event-warning
0 commit comments