]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix - small grammar error
authorSpencer Davies <spencer1573@users.noreply.github.com>
Thu, 4 Oct 2018 19:51:07 +0000 (13:51 -0600)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 6 Oct 2018 08:39:09 +0000 (11:39 +0300)
"given move to" -> "given the move to"

site/docs/4.1/migration.md

index 4abf0c02d7629c73dfe9be2ccf3ec26ec1d4b303..6fcd304001c915312a1e174a2351b61e2c211ce0 100644 (file)
@@ -209,7 +209,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
 ### Modal
 
 - Rewrote component with flexbox.
-- Given move to flexbox, alignment of dismiss icons in the header is likely broken as we're no longer using floats. Floated content comes first, but with flexbox that's no longer the case. Update your dismiss icons to come after modal titles to fix.
+- Given the move to flexbox, alignment of dismiss icons in the header is likely broken as we're no longer using floats. Floated content comes first, but with flexbox that's no longer the case. Update your dismiss icons to come after modal titles to fix.
 - The `remote` option (which could be used to automatically load and inject external content into a modal) and the corresponding `loaded.bs.modal` event were removed. We recommend instead using client-side templating or a data binding framework, or calling [jQuery.load](https://api.jquery.com/load/) yourself.
 
 ### Navs