Skip to content

Commit

Permalink
doc: fix lint nits in COLLABORATOR_GUIDE.md
Browse files Browse the repository at this point in the history
PR-URL: #19762
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
  • Loading branch information
vsemozhetbyt authored and targos committed Apr 3, 2018
1 parent 5149e18 commit 1aaad92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 1aaad92

Please sign in to comment.