mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
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="submit" value="Submit">
|
||||
{% 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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user