瀏覽代碼

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
 )