]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
correct "breakpoint" typo (#32191)
authorMatt Shaw <matthew-shaw@users.noreply.github.com>
Wed, 18 Nov 2020 16:15:28 +0000 (16:15 +0000)
committerGitHub <noreply@github.com>
Wed, 18 Nov 2020 16:15:28 +0000 (18:15 +0200)
breakpoing --> breakpoint

site/content/docs/5.0/components/buttons.md

index fb065bb803f0a536d8c980bafe3c610d6f21d56e..be2bc3e704e50456f51b6c20ab02cc60f003334c 100644 (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">