From f12bc3316b67528c83607e7e51bc481957617734 Mon Sep 17 00:00:00 2001 From: Chris Blakley Date: Sat, 8 May 2021 08:24:39 -0400 Subject: [PATCH] Fix "no long require" to "no longer require" typo (#33879) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index cb8e14f50b..d5e71b7815 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -195,7 +195,7 @@ toc: true ### Buttons -- Breaking **[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 ``, and pair it with any `.btn` classes on the `