Procházet zdrojové kódy

Grammatical fix

Signed-off-by: Jonty <[email protected]>
Jonty před 3 měsíci
rodič
revize
dc90c4e44d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pkg/api/api.go

+ 1 - 1
pkg/api/api.go

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