From de8dbd72d825a2e1bca1dea1ba99a4ef17032353 Mon Sep 17 00:00:00 2001 From: Matt Shaw Date: Wed, 18 Nov 2020 16:15:28 +0000 Subject: [PATCH] correct "breakpoint" typo (#32191) breakpoing --> breakpoint --- site/content/docs/5.0/components/buttons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/components/buttons.md b/site/content/docs/5.0/components/buttons.md index fb065bb803..be2bc3e704 100644 --- a/site/content/docs/5.0/components/buttons.md +++ b/site/content/docs/5.0/components/buttons.md @@ -109,7 +109,7 @@ Create responsive stacks of full-width, "block buttons" like those in Bootstrap {{< /example >}} -Here we create a responsive variation, starting with vertically stacked buttons until the `md` breakpoing, where `.d-md-block` replaces the `.d-grid` class, thus nullifying the `gap-2` utility. Resize your browser to see them change. +Here we create a responsive variation, starting with vertically stacked buttons until the `md` breakpoint, where `.d-md-block` replaces the `.d-grid` class, thus nullifying the `gap-2` utility. Resize your browser to see them change. {{< example >}}