Skip to content

Commit 2cf60aa

Browse files
committed
Fix emphasis in reference
if *you* really want to do this -> if you *really* want to do this
1 parent d4b8edf commit 2cf60aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homu/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h3>Commands</h3>
5656
<li><code>delegate=NAME</code>: Allow NAME to issue all homu commands for this PR.</li>
5757
<li><code>delegate+</code>: Delegate to the PR owner.</li>
5858
<li><code>delegate-</code>: Remove the delegatee.</li>
59-
<li><code>treeclosed=NUMBER</code>: Any PR below priority <code>NUMBER</code> will not test. Please consider if <i>you</i> really want to do this.</li>
59+
<li><code>treeclosed=NUMBER</code>: Any PR below priority <code>NUMBER</code> will not test. Please consider if you <i>really</i> want to do this.</li>
6060
<li><code>treeclosed-</code>: Undo a previous <code>treeclosed=NUMBER</code>.</li>
6161
</ul>
6262

0 commit comments

Comments
 (0)