소스 검색

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
 )