]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: Fix typo on Customize -> Color page (#31556)
authorAlex Plescan <alexpls@fastmail.com>
Tue, 1 Sep 2020 14:05:40 +0000 (00:05 +1000)
committerGitHub <noreply@github.com>
Tue, 1 Sep 2020 14:05:40 +0000 (17:05 +0300)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/5.0/customize/color.md

index 6e61e6df157dbce300109dcf0013c5b78b72a2ec..350aab6995996e712d1340dd4155f0b8082bee94 100644 (file)
@@ -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: