diff --git a/doc/contributing/collaborator-guide.md b/doc/contributing/collaborator-guide.md index 018d164b55acd4..2670915c7abd79 100644 --- a/doc/contributing/collaborator-guide.md +++ b/doc/contributing/collaborator-guide.md @@ -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`).