[docs:tweak] wording

This commit is contained in:
Maddison Hellstrom 2019-11-10 03:49:40 -08:00
parent ea3a0bc50c
commit 224b4a2225
3 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ sites have been included which can help you perform some common actions:
<tr><td><code>&lt;Space&gt;A</code></td><td>Open repository Actions page</td></tr>
<tr><td><code>&lt;Space&gt;C</code></td><td>Open repository Commits page</td></tr>
<tr><td><code>&lt;Space&gt;I</code></td><td>Open repository Issues page</td></tr>
<tr><td><code>&lt;Space&gt;P</code></td><td>Open pull Requests page</td></tr>
<tr><td><code>&lt;Space&gt;P</code></td><td>Open repository Pull Requests page</td></tr>
<tr><td><code>&lt;Space&gt;R</code></td><td>Open Repository page</td></tr>
<tr><td><code>&lt;Space&gt;S</code></td><td>Open repository Settings page</td></tr>
<tr><td><code>&lt;Space&gt;W</code></td><td>Open repository Wiki page</td></tr>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 B

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -270,7 +270,7 @@ const maps = {
},
{
alias: "P",
description: "Open pull Requests page",
description: "Open repository Pull Requests page",
callback: actions.gh.openRepoPage("/pulls"),
},
{