Skip to content

Commit c693894

Browse files
committed
Fix typo
1 parent 69b6450 commit c693894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/repo/fork/fork.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func NewCmdFork(f *cmdutil.Factory, runF func(*ForkOptions) error) *cobra.Comman
5757
5858
With no argument, creates a fork of the current repository. Otherwise, forks the specified repository.
5959
60-
If '--clone' is specified, you can pass aditional 'git clone' flags by listing them after '--'.`,
60+
If '--clone' is specified, you can pass additional 'git clone' flags by listing them after '--'.`,
6161
RunE: func(cmd *cobra.Command, args []string) error {
6262
promptOk := opts.IO.CanPrompt()
6363
if len(args) > 0 {

0 commit comments

Comments
 (0)