X Tutup
Skip to content

Commit 9436990

Browse files
authored
Merge pull request cli#3524 from sgerrand/cmd-docs-updates
Fixes typo in `pr create` docs
2 parents ac0fe6b + f70bdcf commit 9436990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/pr/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Co
106106
request. If the body text mentions %[1]sFixes #123%[1]s or %[1]sCloses #123%[1]s, the referenced issue
107107
will automatically get closed when the pull request gets merged.
108108
109-
By default, users with write access to the base respository can push new commits to the
109+
By default, users with write access to the base repository can push new commits to the
110110
head branch of the pull request. Disable this with %[1]s--no-maintainer-edit%[1]s.
111111
`, "`"),
112112
Example: heredoc.Doc(`

0 commit comments

Comments
 (0)
X Tutup