瀏覽代碼

api: fix typo on Push godoc (#9798)

Signed-off-by: Abdullah Shahid Khan <[email protected]>
Abdullah Shahid Khan 3 年之前
父節點
當前提交
c87efed6a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/api/api.go

+ 1 - 1
pkg/api/api.go

@@ -29,7 +29,7 @@ import (
 type Service interface {
 	// Build executes the equivalent to a `compose build`
 	Build(ctx context.Context, project *types.Project, options BuildOptions) error
-	// Push executes the equivalent ot a `compose push`
+	// Push executes the equivalent to a `compose push`
 	Push(ctx context.Context, project *types.Project, options PushOptions) error
 	// Pull executes the equivalent of a `compose pull`
 	Pull(ctx context.Context, project *types.Project, options PullOptions) error