From 346be3e7ea06d75418ae48b3837bf722a69a0a23 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Wed, 11 Dec 2019 12:25:54 +0100 Subject: [PATCH] Typo fix (#29832) --- site/content/docs/4.3/utilities/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/4.3/utilities/api.md b/site/content/docs/4.3/utilities/api.md index e874e5f652..9b4c344cb6 100644 --- a/site/content/docs/4.3/utilities/api.md +++ b/site/content/docs/4.3/utilities/api.md @@ -7,7 +7,7 @@ aliases: "/docs/4.3/utilities/" toc: true --- -The bootstrap utilities are generated with the utility API which can be used to change or extend Bootstraps utility classes. If you don't have any idea what Sass maps are, you can consult the [official docs](https://sass-lang.com/documentation/values/maps) to get started. +The bootstrap utilities are generated with the utility API which can be used to change or extend Bootstrap's utility classes. If you don't have any idea what Sass maps are, you can consult the [official docs](https://sass-lang.com/documentation/values/maps) to get started. The `$utilities` map contains all utilities and is later merged with your custom `$utilities` map if present. The utility map contains a keyed list of utility groups which accept the following options: