From: Alex Plescan Date: Tue, 1 Sep 2020 14:05:40 +0000 (+1000) Subject: docs: Fix typo on Customize -> Color page (#31556) X-Git-Tag: v5.0.0-alpha2~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b8f631cfe88a4559657b79f2e494a619b29598;p=thirdparty%2Fbootstrap.git docs: Fix typo on Customize -> Color page (#31556) Co-authored-by: XhmikosR --- diff --git a/site/content/docs/5.0/customize/color.md b/site/content/docs/5.0/customize/color.md index 6e61e6df15..350aab6995 100644 --- a/site/content/docs/5.0/customize/color.md +++ b/site/content/docs/5.0/customize/color.md @@ -85,7 +85,7 @@ Bootstrap's source Sass files include three maps to help you quickly and easily - `$colors` lists all our available base (`500`) colors - `$theme-colors` lists all semantically named theme colors (shown below) -- `$grays` lists all tins and shades of gray +- `$grays` lists all tints and shades of gray Within `scss/_variables.scss`, you'll find Bootstrap's color variables and Sass map. Here's an example of the `$colors` Sass map: