Skip to content

Commit 74685f1

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: add missing periods in documentation.md
PR-URL: #20469 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 4dce39a commit 74685f1

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

doc/api/documentation.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,22 @@ and in the process of being redesigned.
3535
The stability indices are as follows:
3636

3737
```txt
38-
Stability: 0 - Deprecated
39-
This feature is known to be problematic, and changes may be planned. Do
40-
not rely on it. Use of the feature may cause warnings to be emitted.
41-
Backwards compatibility across major versions should not be expected.
38+
Stability: 0 - Deprecated. This feature is known to be problematic, and changes
39+
may be planned. Do not rely on it. Use of the feature may cause warnings to be
40+
emitted. Backwards compatibility across major versions should not be expected.
4241
```
4342

4443
```txt
45-
Stability: 1 - Experimental
46-
This feature is still under active development and subject to non-backwards
47-
compatible changes, or even removal, in any future version. Use of the feature
48-
is not recommended in production environments. Experimental features are not
49-
subject to the Node.js Semantic Versioning model.
44+
Stability: 1 - Experimental. This feature is still under active development and
45+
subject to non-backwards compatible changes, or even removal, in any future
46+
version. Use of the feature is not recommended in production environments.
47+
Experimental features are not subject to the Node.js Semantic Versioning model.
5048
```
5149

5250
```txt
53-
Stability: 2 - Stable
54-
The API has proven satisfactory. Compatibility with the npm ecosystem
55-
is a high priority, and will not be broken unless absolutely necessary.
51+
Stability: 2 - Stable. The API has proven satisfactory. Compatibility with the
52+
npm ecosystem is a high priority, and will not be broken unless absolutely
53+
necessary.
5654
```
5755

5856
Caution must be used when making use of `Experimental` features, particularly

0 commit comments

Comments
 (0)