Skip to content

Commit 08a9e5d

Browse files
authored
Merge pull request #44499 from steve-hardman/fix-typo-hook
Update container-lifecycle-hooks.md
2 parents 2a969ec + 712f125 commit 08a9e5d

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
@@ -50,7 +50,7 @@ A more detailed description of the termination behavior can be found in
5050
### Hook handler implementations
5151

5252
Containers can access a hook by implementing and registering a handler for that hook.
53-
There are two types of hook handlers that can be implemented for Containers:
53+
There are three types of hook handlers that can be implemented for Containers:
5454

5555
* Exec - Executes a specific command, such as `pre-stop.sh`, inside the cgroups and namespaces of the Container.
5656
Resources consumed by the command are counted against the Container.

0 commit comments

Comments
 (0)