We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b6450 commit c693894Copy full SHA for c693894
pkg/cmd/repo/fork/fork.go
@@ -57,7 +57,7 @@ func NewCmdFork(f *cmdutil.Factory, runF func(*ForkOptions) error) *cobra.Comman
57
58
With no argument, creates a fork of the current repository. Otherwise, forks the specified repository.
59
60
-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 '--'.`,
61
RunE: func(cmd *cobra.Command, args []string) error {
62
promptOk := opts.IO.CanPrompt()
63
if len(args) > 0 {
0 commit comments