From d79cd5628948e882a65378b856826b2027a80205 Mon Sep 17 00:00:00 2001 From: ruedap Date: Tue, 19 Jan 2016 19:49:16 +0900 Subject: [PATCH] Fix typo in docs/assets/scss/docs.scss --- docs/assets/scss/docs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index 3a77e3faf5..0362198fd7 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -13,7 +13,7 @@ // Doing so gives us access to the same core utilities provided by Bootstrap. // For example, consistent media queries through those mixins. // -// - Bootstrap's **docs variables** are prefixed with `%bd-`. +// - Bootstrap's **docs variables** are prefixed with `$bd-`. // These custom colors avoid collision with the components Bootstrap provides. // // - Classes are prefixed with `.bd-`.