Skip to content

Commit 09617d3

Browse files
authored
Fix typo in comment for gh issue develop branch checkout command
1 parent e8325cb commit 09617d3

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)