Update pkg/cmd/pr/status/status.go

Co-authored-by: Kynan Ware <47394200+BagToad@users.noreply.github.com>
This commit is contained in:
Azeem Sajid 2025-02-07 22:56:00 +05:00 committed by GitHub
parent b2eec1cd5f
commit c8a1f8c699
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,8 +55,8 @@ func NewCmdStatus(f *cmdutil.Factory, runF func(*StatusOptions) error) *cobra.Co
Long: heredoc.Docf(`
Show status of relevant pull requests.
The status shows a summary of PRs that includes information such as
PR number, title, CI checks, reviews, etc.
The status shows a summary of pull requests that includes information such as
pull request number, title, CI checks, reviews, etc.
To see more details of CI checks, run %[1]sgh pr checks%[1]s.
`, "`"),