X Tutup
Skip to content

Commit 3b650a8

Browse files
committed
Fix typo
1 parent 57abe45 commit 3b650a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/pr/merge/merge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ func mergeRun(opts *MergeOptions) error {
243243
case PullRequestMergeMethodSquash:
244244
method = " via squash"
245245
}
246-
fmt.Fprintf(opts.IO.ErrOut, "%s Pull request #%d will automatically get merged%s when all requiremenets are met\n", cs.SuccessIconWithColor(cs.Green), pr.Number, method)
246+
fmt.Fprintf(opts.IO.ErrOut, "%s Pull request #%d will automatically get merged%s when all requirements are met\n", cs.SuccessIconWithColor(cs.Green), pr.Number, method)
247247
} else {
248248
action := "Merged"
249249
switch payload.method {

0 commit comments

Comments
 (0)
X Tutup