doc: fix label name in collaborator guide

PR-URL: https://github.com/nodejs/node/pull/44920
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
pull/44928/head
Rich Trott 2022-10-08 08:44:21 -07:00 committed by GitHub
parent 5bf3a6fbe8
commit 6831e2fb88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ documentation must state the deprecation status.
* Backward-incompatible changes including complete removal of such APIs can
occur at any time.
Apply the `notable change` label to all pull requests that introduce
Apply the `notable-change` label to all pull requests that introduce
Documentation-Only Deprecations. Such deprecations have no impact on code
execution. Thus, they are not breaking changes (`semver-major`).