aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Shaw <[email protected]>2020-11-18 16:15:28 +0000
committerGitHub <[email protected]>2020-11-18 18:15:28 +0200
commitde8dbd72d825a2e1bca1dea1ba99a4ef17032353 (patch)
treeb7f749985375368e51121e6b0b0de5ed185f7281
parent39b9879aa2c389bcf352f4f3e47ddc8061f53b5a (diff)
downloadbootstrap-de8dbd72d825a2e1bca1dea1ba99a4ef17032353.tar.xz
bootstrap-de8dbd72d825a2e1bca1dea1ba99a4ef17032353.zip
correct "breakpoint" typo (#32191)
breakpoing --> breakpoint
-rw-r--r--site/content/docs/5.0/components/buttons.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/components/buttons.md b/site/content/docs/5.0/components/buttons.md
index fb065bb80..be2bc3e70 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
</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">