]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix "no long require" to "no longer require" typo (#33879)
authorChris Blakley <greatblakes@gmail.com>
Sat, 8 May 2021 12:24:39 +0000 (08:24 -0400)
committerGitHub <noreply@github.com>
Sat, 8 May 2021 12:24:39 +0000 (13:24 +0100)
Fixed a typo in the Migration guide from "...we no long require..." to be "we no longer require..."

site/content/docs/5.0/migration.md

index cb8e14f50baf43c438bf51de9f15f17d56b319c3..d5e71b7815e7c1fe1020933848a7ee913be82061 100644 (file)
@@ -195,7 +195,7 @@ toc: true
 
 ### Buttons
 
-- <span class="badge bg-danger">Breaking</span> **[Toggle buttons](http://getbootstrap.com/docs/5.0/forms/checks-radios/#toggle-buttons), with checkboxes or radios, no longer require JavaScript and have new markup.** We no long require a wrapping element, add `.btn-check` to the `<input>`, and pair it with any `.btn` classes on the `<label>`. [See #30650](https://github.com/twbs/bootstrap/pull/30650). _The docs for this has moved from our Buttons page to the new Forms section._
+- <span class="badge bg-danger">Breaking</span> **[Toggle buttons](http://getbootstrap.com/docs/5.0/forms/checks-radios/#toggle-buttons), with checkboxes or radios, no longer require JavaScript and have new markup.** We no longer require a wrapping element, add `.btn-check` to the `<input>`, and pair it with any `.btn` classes on the `<label>`. [See #30650](https://github.com/twbs/bootstrap/pull/30650). _The docs for this has moved from our Buttons page to the new Forms section._
 
 - <span class="badge bg-danger">Breaking</span> **Dropped `.btn-block` for utilities.** Instead of using `.btn-block` on the `.btn`, wrap your buttons with `.d-grid` and a `.gap-*` utility to space them as needed. Switch to responsive classes for even more control over them. [Read the docs for some examples.](http://getbootstrap.com/docs/5.0/components/buttons/#block-buttons)