Merge pull request #1059 from dominguezcelada/fix-typo-in-docs-for-review-pr-command

📚 docs(typo): fix typo in gh pr review command
This commit is contained in:
Nate Smith 2020-06-01 00:08:21 -05:00 committed by GitHub
commit fffc4eed84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ func init() {
}
var prReviewCmd = &cobra.Command{
Use: "review [{<number> | <url> | <branch>]",
Use: "review [<number> | <url> | <branch>]",
Short: "Add a review to a pull request.",
Args: cobra.MaximumNArgs(1),
Long: `Add a review to either a specified pull request or the pull request associated with the current branch.