Skip to content

Commit 489f96c

Browse files
authored
Merge pull request cli#12042 from jonzfisher/patch-1
Fix typo in comment for `gh issue develop` branch checkout command
2 parents e8325cb + 09617d3 commit 489f96c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/issue/develop/develop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func NewCmdDevelop(f *cmdutil.Factory, runF func(*DevelopOptions) error) *cobra.
6161
# Create a branch for issue 123 based on the my-feature branch
6262
$ gh issue develop 123 --base my-feature
6363
64-
# Create a branch for issue 123 and checkout it out
64+
# Create a branch for issue 123 and check it out
6565
$ gh issue develop 123 --checkout
6666
6767
# Create a branch in repo monalisa/cli for issue 123 in repo cli/cli

0 commit comments

Comments
 (0)