1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02: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

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">