docs: update sentence case

Co-authored-by: Kynan Ware <47394200+BagToad@users.noreply.github.com>
This commit is contained in:
ANKDDEV 2024-12-06 19:38:26 +03:00 committed by GitHub
parent 694e209142
commit 0e5f26449d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,11 +63,11 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co
Long: heredoc.Doc(`
Transition from the terminal to the web browser to view and interact with:
- issues
- pull requests
- repository content
- repository profile
- repository settings
- Issues
- Pull requests
- Repository content
- Repository profile
- Repository settings
`),
Use: "browse [<number> | <path> | <commit-SHA>]",
Args: cobra.MaximumNArgs(1),