correct "breakpoint" typo (#32191)

breakpoing --> breakpoint
This commit is contained in:
Matt Shaw 2020-11-18 16:15:28 +00:00 committed by GitHub
parent 39b9879aa2
commit de8dbd72d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ Create responsive stacks of full-width, "block buttons" like those in Bootstrap
</div> </div>
{{< /example >}} {{< /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 >}} {{< example >}}
<div class="d-grid gap-2 d-md-block"> <div class="d-grid gap-2 d-md-block">