Explorar el Código

Grammatical fix

Signed-off-by: Jonty <[email protected]>
Jonty hace 1 mes
padre
commit
dc90c4e44d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pkg/api/api.go

+ 1 - 1
pkg/api/api.go

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