Fix typo in docs

This commit is contained in:
Phil Freo 2013-04-06 21:02:24 -07:00
parent 330e9b16c2
commit 06a4bb38c0
1 changed files with 1 additions and 1 deletions

View File

@ -2137,7 +2137,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<input class="btn" type="button" value="Input">
<input class="btn" type="submit" value="Submit">
{% endhighlight %}
<p>As a best practice, <strong>we highly recommend matching using the <code>&lt;button&lt;</code> element whenever possible</strong> to ensure matching cross-browser rendering.</p>
<p>As a best practice, <strong>we highly recommend matching using the <code>&lt;button&gt;</code> element whenever possible</strong> to ensure matching cross-browser rendering.</p>
</div>