From 91e1753d80a8420357abfeca27b75429644ddb33 Mon Sep 17 00:00:00 2001 From: Jonty Date: Mon, 10 Nov 2025 15:31:12 +1100 Subject: [PATCH] Grammatical fix Signed-off-by: Jonty --- pkg/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/api.go b/pkg/api/api.go index fb9e00c10..f6734e13f 100644 --- a/pkg/api/api.go +++ b/pkg/api/api.go @@ -742,7 +742,7 @@ const ( ContainerEventRecreated // ContainerEventExited is a ContainerEvent of type exit. ExitCode is set ContainerEventExited - // UserCancel user canceled compose up, we are stopping containers + // UserCancel user cancelled compose up, we are stopping containers HookEventLog )