aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-10-11 12:42:35 -0700
committerChris Rebert <[email protected]>2015-10-11 12:42:35 -0700
commit9b12e5f495535aa64bcf77703c51b17742ec7f06 (patch)
treeab1cbcf5799df729adf29d31133e5de1688b6bca /docs/examples
parent977365f6f990fc66ba0de180650d14389de11c41 (diff)
downloadbootstrap-9b12e5f495535aa64bcf77703c51b17742ec7f06.tar.xz
bootstrap-9b12e5f495535aa64bcf77703c51b17742ec7f06.zip
docs/examples/cover/cover.css: Fix "inheritence" typo
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/cover/cover.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/cover/cover.css b/docs/examples/cover/cover.css
index 823662d6b..e9e6d65aa 100644
--- a/docs/examples/cover/cover.css
+++ b/docs/examples/cover/cover.css
@@ -14,7 +14,7 @@ a:hover {
.btn-secondary:hover,
.btn-secondary:focus {
color: #333;
- text-shadow: none; /* Prevent inheritence from `body` */
+ text-shadow: none; /* Prevent inheritance from `body` */
background-color: #fff;
border: .05rem solid #fff;
}