]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo in flex.md (#24431)
authorGijs Boddeus <botje_gijs@hotmail.com>
Thu, 19 Oct 2017 08:01:48 +0000 (10:01 +0200)
committerMark Otto <markd.otto@gmail.com>
Thu, 19 Oct 2017 08:01:48 +0000 (01:01 -0700)
docs/4.0/utilities/flex.md

index c9aa5d2997063059d7f7af405ac9d82dc96f99bb..470a7db72316f2c26c894aa16b641bf8a37c4158 100644 (file)
@@ -215,7 +215,7 @@ Responsive variations also exist for `align-self`.
 
 ## Auto margins
 
-Flexbox can do some pretty awesome things when you mix flex alignments with auto margins. Shown below is are three examples of controlling flex items via auto margins: default (no auto margin), pushing two items to the right (`.mr-auto`), and pushing two items to the left (`.ml-auto`).
+Flexbox can do some pretty awesome things when you mix flex alignments with auto margins. Shown below are three examples of controlling flex items via auto margins: default (no auto margin), pushing two items to the right (`.mr-auto`), and pushing two items to the left (`.ml-auto`).
 
 **Unfortunately, IE10 and IE11 do not properly support auto margins on flex items whose parent has a non-default `justify-content` value.** [See this StackOverflow answer](https://stackoverflow.com/a/37535548) for more details.