From: Matt Shaw Date: Wed, 18 Nov 2020 16:15:28 +0000 (+0000) Subject: correct "breakpoint" typo (#32191) X-Git-Tag: v5.0.0-beta1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de8dbd72d825a2e1bca1dea1ba99a4ef17032353;p=thirdparty%2Fbootstrap.git correct "breakpoint" typo (#32191) breakpoing --> breakpoint --- 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 >}}