Grammatical fix

Signed-off-by: Jonty <jontyleslie@gmail.com>
This commit is contained in:
Jonty 2025-11-10 15:31:56 +11:00 committed by Nicolas De loof
parent 91e1753d80
commit dc90c4e44d

View File

@ -742,7 +742,7 @@ const (
ContainerEventRecreated
// ContainerEventExited is a ContainerEvent of type exit. ExitCode is set
ContainerEventExited
// UserCancel user cancelled compose up, we are stopping containers
// UserCancel user canceled compose up, we are stopping containers
HookEventLog
)