Consistent punctuation in command usages (#5139)
* Fix spelling and grammatical errors in command docs * Add periods for consistency across the long command descriptions * Format imports
This commit is contained in:
parent
a5dddbc1bf
commit
0d143ca89c
13 changed files with 15 additions and 15 deletions
|
|
@ -11,7 +11,7 @@ var HelpTopics = map[string]map[string]string{
|
|||
"short": "Information about using gh with MinTTY",
|
||||
"long": heredoc.Doc(`
|
||||
MinTTY is the terminal emulator that comes by default with Git
|
||||
for Windows. It has known issues with gh's ability to prompt a
|
||||
for Windows. It has known issues with gh's ability to prompt a
|
||||
user for input.
|
||||
|
||||
There are a few workarounds to make gh work with MinTTY:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue