Skip to content

Commit 58708d5

Browse files
author
Jordan McCullough
committed
Merge pull request #268 from github/help-wording-tune-up
Separate keyboard and URL help command descriptions
2 parents 2601de2 + 68bace7 commit 58708d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_layouts/curriculum.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,24 @@ <h4 class="modal-title" id="myModalLabel">Help / Shortcuts</h4>
1414
<div class="modal-body">
1515
<table>
1616
<tr>
17-
<th>Command</th>
17+
<th>Keyboard Command</th>
1818
<th>Feature</th>
1919
</tr>
20-
2120
<tr>
2221
<td><code>?</code></td>
2322
<td>Hide/show help</td>
2423
</tr>
25-
2624
<tr>
2725
<td><code>shift</code>+<code>t</code></td>
2826
<td>Hide/show table of contents</td>
2927
</tr>
30-
28+
</table>
29+
30+
<table>
31+
<tr>
32+
<th>URL Command</th>
33+
<th>Feature</th>
34+
</tr>
3135
<tr>
3236
<td><code>?teacher=[github-user]</code></td>
3337
<td>Auto-generated teacher slide</td>
@@ -38,10 +42,6 @@ <h4 class="modal-title" id="myModalLabel">Help / Shortcuts</h4>
3842
</div>
3943
</div>
4044

41-
42-
43-
44-
4545
<div id="help" class="help">
4646
<div class="content">
4747

0 commit comments

Comments
 (0)