Преглед на файлове

Grammatical fix

Signed-off-by: Jonty <[email protected]>
Jonty преди 3 месеца
родител
ревизия
dc90c4e44d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
 )