From 93dab323fa6233be311e60dad6a9573c4e0df418 Mon Sep 17 00:00:00 2001 From: Amanda Pinsker Date: Tue, 26 May 2020 09:50:03 -0700 Subject: [PATCH] Fix typo --- command/pr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/pr.go b/command/pr.go index dd19e011f..fca6fed2a 100644 --- a/command/pr.go +++ b/command/pr.go @@ -96,7 +96,7 @@ var prMergeCmd = &cobra.Command{ } var prReadyCmd = &cobra.Command{ Use: "ready [ | | ]", - Short: "Make a pull request as ready for review", + Short: "Mark a pull request as ready for review", Args: cobra.MaximumNArgs(1), RunE: prReady, }