فهرست منبع

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
 			}