Skip to content

Commit 712f125

Browse files
Fix typo
Co-authored-by: Dipesh Rawat <[email protected]>
1 parent a17b896 commit 712f125

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