aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Plescan <[email protected]>2020-09-02 00:05:40 +1000
committerGitHub <[email protected]>2020-09-01 17:05:40 +0300
commita8b8f631cfe88a4559657b79f2e494a619b29598 (patch)
treeaed95be210f8d715a8c06a70fbef55c56ed27c50
parentbd84a6da4e4354a028147d060207bb8748ac31d3 (diff)
downloadbootstrap-a8b8f631cfe88a4559657b79f2e494a619b29598.tar.xz
bootstrap-a8b8f631cfe88a4559657b79f2e494a619b29598.zip
docs: Fix typo on Customize -> Color page (#31556)
Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--site/content/docs/5.0/customize/color.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/customize/color.md b/site/content/docs/5.0/customize/color.md
index 6e61e6df1..350aab699 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: