]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Minor wording changes.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 22 Jun 2019 14:42:41 +0000 (17:42 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 10 Jul 2019 08:03:54 +0000 (11:03 +0300)
site/docs/4.3/layout/grid.md

index 8aa560c46c1bfef7817a9f891a36bafc48ca2e4a..3cf8d27780ab4d05437622ee8ca74b893723ea89 100644 (file)
@@ -153,9 +153,9 @@ For example, here are two grid layouts that apply to every device and viewport,
 
 ### Equal-width multi-line
 
-Create equal-width columns that span multiple lines by inserting a `.w-100` where you want the columns to break to a new line. Make the breaks responsive by mixing the `.w-100` with some [responsive display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/).
+Create equal-width columns that span multiple lines by inserting a `.w-100` where you want the columns to break to a new line. Make the breaks responsive by mixing `.w-100` with some [responsive display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/).
 
-There was a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#flexbug-11) that prevented this from working without an explicit `flex-basis` or `border`. There are workarounds for older browser versions, but they shouldn't be necessary if you're up-to-date.
+There was a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#flexbug-11) that prevented this from working without an explicit `flex-basis` or `border`. There are workarounds for older browser versions, but they shouldn't be necessary if your target browsers don't fall into the buggy versions.
 
 <div class="bd-example-row">
 {% capture example %}