summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-05-02 16:44:28 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-05-03 12:13:40 +0300
commit2553377d118f8762bbb665936e4ce41eb84bf3bb (patch)
tree8b1c41c81c01e371625c15361513a5953184e718 /doc
parentb457ec8437e6f4960d7862fa5a81821bf967e698 (diff)
downloadandroid-node-v8-2553377d118f8762bbb665936e4ce41eb84bf3bb.tar.gz
android-node-v8-2553377d118f8762bbb665936e4ce41eb84bf3bb.tar.bz2
android-node-v8-2553377d118f8762bbb665936e4ce41eb84bf3bb.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/documentation.md22
1 files changed, 10 insertions, 12 deletions
diff --git a/doc/api/documentation.md b/doc/api/documentation.md
index 0cd84a9f62..cbc7a34be8 100644
--- a/doc/api/documentation.md
+++ b/doc/api/documentation.md
@@ -35,24 +35,22 @@ and in the process of being redesigned.
The stability indices are as follows:
```txt
-Stability: 0 - Deprecated
-This feature is known to be problematic, and changes may be planned. Do
-not rely on it. Use of the feature may cause warnings to be emitted.
-Backwards compatibility across major versions should not be expected.
+Stability: 0 - Deprecated. This feature is known to be problematic, and changes
+may be planned. Do not rely on it. Use of the feature may cause warnings to be
+emitted. Backwards compatibility across major versions should not be expected.
```
```txt
-Stability: 1 - Experimental
-This feature is still under active development and subject to non-backwards
-compatible changes, or even removal, in any future version. Use of the feature
-is not recommended in production environments. Experimental features are not
-subject to the Node.js Semantic Versioning model.
+Stability: 1 - Experimental. This feature is still under active development and
+subject to non-backwards compatible changes, or even removal, in any future
+version. Use of the feature is not recommended in production environments.
+Experimental features are not subject to the Node.js Semantic Versioning model.
```
```txt
-Stability: 2 - Stable
-The API has proven satisfactory. Compatibility with the npm ecosystem
-is a high priority, and will not be broken unless absolutely necessary.
+Stability: 2 - Stable. The API has proven satisfactory. Compatibility with the
+npm ecosystem is a high priority, and will not be broken unless absolutely
+necessary.
```
Caution must be used when making use of `Experimental` features, particularly