mirror of https://github.com/twbs/bootstrap.git
Fix typo in docs
This commit is contained in:
parent
330e9b16c2
commit
06a4bb38c0
|
@ -2137,7 +2137,7 @@ For example, <code><section></code> should be wrapped as inline.
|
||||||
<input class="btn" type="button" value="Input">
|
<input class="btn" type="button" value="Input">
|
||||||
<input class="btn" type="submit" value="Submit">
|
<input class="btn" type="submit" value="Submit">
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
<p>As a best practice, <strong>we highly recommend matching using the <code><button<</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><button></code> element whenever possible</strong> to ensure matching cross-browser rendering.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue