We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf44dcd commit 96edddcCopy full SHA for 96edddc
command/pr.go
@@ -318,7 +318,7 @@ func printPrPreview(out io.Writer, pr *api.PullRequest) {
318
fmt.Fprintln(out)
319
fmt.Fprintln(out, utils.RenderMarkdown(pr.Body))
320
321
- fmt.Fprintf(out, utils.Gray("View this PR on GitHub: %s\n"), pr.URL)
+ fmt.Fprintf(out, utils.Gray("View this pull request on GitHub: %s\n"), pr.URL)
322
}
323
324
var prURLRE = regexp.MustCompile(`^https://github\.com/([^/]+)/([^/]+)/pull/(\d+)`)
0 commit comments