aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2016-02-10 11:04:09 +0000
committerPatrick H. Lauke <[email protected]>2016-02-10 11:04:09 +0000
commit061981f8a38ea9500ac221a946f3458a43516783 (patch)
tree070eda4992ca1712dfb1b02990e2458fa165acb3 /docs
parent8d57ee1644a3b8a97030bbf3183bbd52b9896e3f (diff)
parent8881ea290cd070bea9fb1ef78902de00b3b82d67 (diff)
downloadbootstrap-061981f8a38ea9500ac221a946f3458a43516783.tar.xz
bootstrap-061981f8a38ea9500ac221a946f3458a43516783.zip
Merge pull request #19146 from sajadtorkamani/patch-1
Correct spelling
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/css/tables.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html
index d259cbabb..39c1c509a 100644
--- a/docs/_includes/css/tables.html
+++ b/docs/_includes/css/tables.html
@@ -357,7 +357,7 @@
</div>
<div class="bs-callout bs-callout-warning" id="callout-tables-responsive-ff-fieldset">
<h4>Firefox and fieldsets</h4>
- <p>Firefox has some awkward fieldset styling involving <code>width</code> that interferes with the responsive table. This cannot be overriden without a Firefox-specific hack that we <strong>don't</strong> provide in Bootstrap:</p>
+ <p>Firefox has some awkward fieldset styling involving <code>width</code> that interferes with the responsive table. This cannot be overridden without a Firefox-specific hack that we <strong>don't</strong> provide in Bootstrap:</p>
{% highlight css %}
@-moz-document url-prefix() {
fieldset { display: table-cell; }