Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
  • Loading branch information
steve-hardman and dipesh-rawat committed Dec 29, 2023
1 parent a17b896 commit 712f125
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ A more detailed description of the termination behavior can be found in
### Hook handler implementations

Containers can access a hook by implementing and registering a handler for that hook.
There are threetypes of hook handlers that can be implemented for Containers:
There are three types of hook handlers that can be implemented for Containers:

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

0 comments on commit 712f125

Please sign in to comment.