浏览代码

Fix typo in destroy event comment

Signed-off-by: Stephen Thirlwall <[email protected]>
Stephen Thirlwall 4 年之前
父节点
当前提交
95f0431127
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/compose/start.go

+ 1 - 1
pkg/compose/start.go

@@ -96,7 +96,7 @@ func (s *composeService) watchContainers(ctx context.Context, projectName string
 		Consumer: func(event api.Event) error {
 			if event.Status == "destroy" {
 				// This container can't be inspected, because it's gone.
-				// Its already been removed from the watched map.
+				// It's already been removed from the watched map.
 				return nil
 			}