Skip to content

Commit a17b896

Browse files
Fix typo
1 parent 7b4c3a5 commit a17b896

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 threetypes 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)