Fix incorrect tag

This commit is contained in:
Felicity Chapman
2018-11-20 07:12:48 +00:00
parent 39ef869e21
commit fc6e9be75a

View File

@@ -8,7 +8,7 @@ This makes the controls easier to find in Intellisense and also makes the purpos
</overview>
<recommendation>
<p>Give controls an appropriate prefix to indicate their type (for example, <code>txt</code> for text boxes or <code>rad</rad> for
<p>Give controls an appropriate prefix to indicate their type (for example, <code>txt</code> for text boxes or <code>rad</code> for
radio buttons).</p>
</recommendation>