From: swaincreates Date: Wed, 19 Aug 2015 17:30:18 +0000 (-0400) Subject: change flexbix to flexbox in docs/getting-started/flexbox.md X-Git-Tag: v4.0.0-alpha.2~526^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8d186f333cf3783af9f5c0cb0d498eae0437fd;p=thirdparty%2Fbootstrap.git change flexbix to flexbox in docs/getting-started/flexbox.md --- diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md index 1c3aef613b..977e042904 100644 --- a/docs/getting-started/flexbox.md +++ b/docs/getting-started/flexbox.md @@ -23,7 +23,7 @@ Vendor prefixes are provided in our compiled CSS with Autoprefixer via Grunt. ## Why flexbox? -In a nutshell, flexbix provides simpler and more flexible layout options in CSS. More specifically, it provides: +In a nutshell, flexbox provides simpler and more flexible layout options in CSS. More specifically, it provides: - Easy vertical alignment of content within a parent element. - Easy reordering of content across devices and screen resolutions with the help of media queries.