]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs/examples/cover/cover.css: Fix "inheritence" typo
authorChris Rebert <code@chrisrebert.com>
Sun, 11 Oct 2015 19:42:35 +0000 (12:42 -0700)
committerChris Rebert <code@chrisrebert.com>
Sun, 11 Oct 2015 19:42:35 +0000 (12:42 -0700)
docs/examples/cover/cover.css

index 823662d6b61b583ec22eaf63b079f23772f7ee81..e9e6d65aa1121ba6af5b2f21edd9681ca4abd45b 100644 (file)
@@ -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;
 }