From fc94de5b8b5b329a298eeeb76174b146ff17af2d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 19 Oct 2017 11:44:05 -0700 Subject: [PATCH] typo --- docs/4.0/utilities/colors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/utilities/colors.md b/docs/4.0/utilities/colors.md index d3eedd33e5a8..10d6e5ae341d 100644 --- a/docs/4.0/utilities/colors.md +++ b/docs/4.0/utilities/colors.md @@ -36,7 +36,7 @@ Similar to the contextual text color classes, easily set the background of an el ## Background gradient -When `$enable-shadows` is set to true, you'll be able to use `.bg-gradient-` utility classes. **By default, `$enable-shadows` is disabled and the example below is intentionally broken.** This is done for easier customization from the moment you start using Bootstrap. [Learn about our Sass options]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/theming/#sass-options) to enable these classes and more. +When `$enable-gradients` is set to true, you'll be able to use `.bg-gradient-` utility classes. **By default, `$enable-gradients` is disabled and the example below is intentionally broken.** This is done for easier customization from the moment you start using Bootstrap. [Learn about our Sass options]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/theming/#sass-options) to enable these classes and more. {% example html %} {% for color in site.data.theme-colors %}