aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-06 22:33:44 -0700
committerMark Otto <[email protected]>2013-04-06 22:33:44 -0700
commit647e930e4971a35b5ca1e547e38f88d31c05d582 (patch)
tree7de53a0c73c45f49b3d4e1230607e4c307957982 /docs
parent330e9b16c2fcb96ae350b170cda61d5937aa5a78 (diff)
parent06a4bb38c02447a6434b6d1381f183d8678373b8 (diff)
downloadbootstrap-647e930e4971a35b5ca1e547e38f88d31c05d582.tar.xz
bootstrap-647e930e4971a35b5ca1e547e38f88d31c05d582.zip
Merge pull request #7495 from philfreo/3.0.0-wip
Fix typo in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/docs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs.html b/docs/docs.html
index 321f63ab5..0d259169a 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -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>