Skip to content

Commit b50ab5b

Browse files
authored
Merge pull request #44383 from scraly/patch-1
Fix broken link in "Container Lifecycle Hooks"
2 parents 01a1b73 + 4b8b571 commit b50ab5b

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)