From 74685f1b8f12ead2376d1d0239b8691428223e43 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Wed, 2 May 2018 16:44:28 +0300 Subject: [PATCH] doc: add missing periods in documentation.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/20469 Reviewed-By: Tobias Nießen Reviewed-By: Rich Trott Reviewed-By: Trivikram Kamat --- doc/api/documentation.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/doc/api/documentation.md b/doc/api/documentation.md index 0cd84a9f62042e..cbc7a34be80e56 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