Fix typo (remove extra word "add")

This commit is contained in:
TheDragonRing 2018-11-22 18:26:10 +11:00 committed by Jeremy Thomas
parent 8b83755829
commit 75aebf6e43

View File

@ -92,7 +92,7 @@ meta:
<div class="content">
<p>
You can add <strong>disable</strong> a radio button by adding the <code>disabled</code> HTML attribute to both the <code>&lt;label&gt;</code> and the <code>&lt;input&gt;</code>.
You can <strong>disable</strong> a radio button by adding the <code>disabled</code> HTML attribute to both the <code>&lt;label&gt;</code> and the <code>&lt;input&gt;</code>.
</p>
</div>