From 9b12e5f495535aa64bcf77703c51b17742ec7f06 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 11 Oct 2015 12:42:35 -0700 Subject: [PATCH] docs/examples/cover/cover.css: Fix "inheritence" typo --- docs/examples/cover/cover.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/cover/cover.css b/docs/examples/cover/cover.css index 823662d6b6..e9e6d65aa1 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; }