summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-03 01:52:13 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-03 02:17:38 +0300
commit88773af540a36b23a47af0d6c4ce03b8cc3ef9aa (patch)
tree7e39116dc925b50c6c1460a03c82d871c84977d4
parent7238b927737d66769db8d70dea3fa6a8f2b09e0e (diff)
downloadandroid-node-v8-88773af540a36b23a47af0d6c4ce03b8cc3ef9aa.tar.gz
android-node-v8-88773af540a36b23a47af0d6c4ce03b8cc3ef9aa.tar.bz2
android-node-v8-88773af540a36b23a47af0d6c4ce03b8cc3ef9aa.zip
doc: fix lint nits in COLLABORATOR_GUIDE.md
PR-URL: https://github.com/nodejs/node/pull/19762 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jan Krems <jan.krems@gmail.com>
-rw-r--r--COLLABORATOR_GUIDE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index cd90d97cf9..aac77f07f4 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