Skip to content

Commit 1aaad92

Browse files
vsemozhetbyttargos
authored andcommitted
doc: fix lint nits in COLLABORATOR_GUIDE.md
PR-URL: #19762 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Jan Krems <[email protected]>
1 parent 5149e18 commit 1aaad92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

COLLABORATOR_GUIDE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ recommended but not required.
408408

409409
### Deprecations
410410

411-
__Deprecation__ refers to the identification of Public APIs that should no
411+
**Deprecation** refers to the identification of Public APIs that should no
412412
longer be used.
413413

414414
Node.js uses three Deprecation levels:
@@ -431,8 +431,8 @@ Node.js uses three Deprecation levels:
431431

432432
* *End-of-life* refers to APIs that have gone through Runtime Deprecation and
433433
are no longer subject to the semantic versioning rules used by the project.
434-
Backward-incompatible changes including complete removal of such APIs may occur
435-
at any time.
434+
Backward-incompatible changes including complete removal of such APIs may
435+
occur at any time.
436436

437437
Documentation-Only Deprecations may be handled as semver-minor or semver-major
438438
changes. Such deprecations have no impact on the successful operation of running

0 commit comments

Comments
 (0)