From 88773af540a36b23a47af0d6c4ce03b8cc3ef9aa Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Tue, 3 Apr 2018 01:52:13 +0300 Subject: [PATCH] doc: fix lint nits in COLLABORATOR_GUIDE.md PR-URL: https://github.com/nodejs/node/pull/19762 Reviewed-By: Rich Trott Reviewed-By: Jan Krems --- COLLABORATOR_GUIDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index cd90d97cf958df..aac77f07f4fd33 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -408,7 +408,7 @@ recommended but not required. ### Deprecations -__Deprecation__ refers to the identification of Public APIs that should no +**Deprecation** refers to the identification of Public APIs that should no longer be used. Node.js uses three Deprecation levels: @@ -431,8 +431,8 @@ Node.js uses three Deprecation levels: * *End-of-life* refers to APIs that have gone through Runtime Deprecation and are no longer subject to the semantic versioning rules used by the project. - Backward-incompatible changes including complete removal of such APIs may occur - at any time. + Backward-incompatible changes including complete removal of such APIs may + occur at any time. Documentation-Only Deprecations may be handled as semver-minor or semver-major changes. Such deprecations have no impact on the successful operation of running