X Tutup
Skip to content

Commit 96edddc

Browse files
authored
PR to pull request
1 parent cf44dcd commit 96edddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/pr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ func printPrPreview(out io.Writer, pr *api.PullRequest) {
318318
fmt.Fprintln(out)
319319
fmt.Fprintln(out, utils.RenderMarkdown(pr.Body))
320320
fmt.Fprintln(out)
321-
fmt.Fprintf(out, utils.Gray("View this PR on GitHub: %s\n"), pr.URL)
321+
fmt.Fprintf(out, utils.Gray("View this pull request on GitHub: %s\n"), pr.URL)
322322
}
323323

324324
var prURLRE = regexp.MustCompile(`^https://github\.com/([^/]+)/([^/]+)/pull/(\d+)`)

0 commit comments

Comments
 (0)
X Tutup