From 1c5e1cb3c924fde300002250cf182fa75791e065 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Tue, 18 Jun 2019 09:43:15 +0200 Subject: [PATCH] Typo fix (#28920) --- site/docs/4.3/getting-started/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.3/getting-started/theming.md b/site/docs/4.3/getting-started/theming.md index 8e3339c15d..9a70384a8b 100644 --- a/site/docs/4.3/getting-started/theming.md +++ b/site/docs/4.3/getting-started/theming.md @@ -283,7 +283,7 @@ In the future, we'll aim to provide Sass maps and variables for shades of each c ### Theme colors -We use a subset of all colors to create a smaller color palette for generating color schemes, also available as Sass variables and a Sass map in Bootstraps's `scss/_variables.scss` file. +We use a subset of all colors to create a smaller color palette for generating color schemes, also available as Sass variables and a Sass map in Bootstrap's `scss/_variables.scss` file.
{% for color in site.data.theme-colors %}