doc: add missing periods in documentation.md

PR-URL: https://github.com/nodejs/node/pull/20469
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
Vse Mozhet Byt 2018-05-02 16:44:28 +03:00
parent b457ec8437
commit 2553377d11

View File

@ -35,24 +35,22 @@ and in the process of being redesigned.
The stability indices are as follows: The stability indices are as follows:
```txt ```txt
Stability: 0 - Deprecated Stability: 0 - Deprecated. This feature is known to be problematic, and changes
This feature is known to be problematic, and changes may be planned. Do may be planned. Do not rely on it. Use of the feature may cause warnings to be
not rely on it. Use of the feature may cause warnings to be emitted. emitted. Backwards compatibility across major versions should not be expected.
Backwards compatibility across major versions should not be expected.
``` ```
```txt ```txt
Stability: 1 - Experimental Stability: 1 - Experimental. This feature is still under active development and
This feature is still under active development and subject to non-backwards subject to non-backwards compatible changes, or even removal, in any future
compatible changes, or even removal, in any future version. Use of the feature version. Use of the feature is not recommended in production environments.
is not recommended in production environments. Experimental features are not Experimental features are not subject to the Node.js Semantic Versioning model.
subject to the Node.js Semantic Versioning model.
``` ```
```txt ```txt
Stability: 2 - Stable Stability: 2 - Stable. The API has proven satisfactory. Compatibility with the
The API has proven satisfactory. Compatibility with the npm ecosystem npm ecosystem is a high priority, and will not be broken unless absolutely
is a high priority, and will not be broken unless absolutely necessary. necessary.
``` ```
Caution must be used when making use of `Experimental` features, particularly Caution must be used when making use of `Experimental` features, particularly