From c6938941d53847a2baa2fb95da8cca24f3720dc5 Mon Sep 17 00:00:00 2001 From: Cristian Dominguez Date: Fri, 23 Oct 2020 22:32:26 -0300 Subject: [PATCH] Fix typo --- pkg/cmd/repo/fork/fork.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/repo/fork/fork.go b/pkg/cmd/repo/fork/fork.go index d24bd486a..0eb5569c8 100644 --- a/pkg/cmd/repo/fork/fork.go +++ b/pkg/cmd/repo/fork/fork.go @@ -57,7 +57,7 @@ func NewCmdFork(f *cmdutil.Factory, runF func(*ForkOptions) error) *cobra.Comman With no argument, creates a fork of the current repository. Otherwise, forks the specified repository. -If '--clone' is specified, you can pass aditional 'git clone' flags by listing them after '--'.`, +If '--clone' is specified, you can pass additional 'git clone' flags by listing them after '--'.`, RunE: func(cmd *cobra.Command, args []string) error { promptOk := opts.IO.CanPrompt() if len(args) > 0 {