Skip to content

Commit 4b8b571

Browse files
authored
fix: feature gate link
1 parent 493ad99 commit 4b8b571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/containers/container-lifecycle-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ There are two types of hook handlers that can be implemented for Containers:
5656
Resources consumed by the command are counted against the Container.
5757
* HTTP - Executes an HTTP request against a specific endpoint on the Container.
5858
* Sleep - Pauses the container for a specified duration.
59-
The "Sleep" action is available when the [feature gate](/docs/reference/command-line-tool-reference/feagure-gates/)
59+
The "Sleep" action is available when the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
6060
`PodLifecycleSleepAction` is enabled.
6161

6262
### Hook handler execution

0 commit comments

Comments
 (0)