Skip to content

Commit 0bc4e99

Browse files
authored
Merge pull request #47479 from kohbis/patch-1
Fix tiny typo on deprecation-policy.md
2 parents af6efe0 + 516e25e commit 0bc4e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/using-api/deprecation-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ registration. Like their stable undeprecated counterparts, deprecated metrics wi
480480
be automatically registered to the metrics endpoint and therefore visible.
481481

482482
On a subsequent release (when the metric's `deprecatedVersion` is equal to
483-
_current_kubernetes_version - 3_)), a deprecated metric will become a _hidden_ metric.
483+
_current_kubernetes_version - 3_), a deprecated metric will become a _hidden_ metric.
484484
**_Unlike_** their deprecated counterparts, hidden metrics will _no longer_ be
485485
automatically registered to the metrics endpoint (hence hidden). However, they
486486
can be explicitly enabled through a command line flag on the binary

0 commit comments

Comments
 (0)