0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

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>
{{< /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 >}}
<div class="d-grid gap-2 d-md-block">