2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

change flexbix to flexbox in docs/getting-started/flexbox.md

This commit is contained in:
swaincreates
2015-08-19 13:30:18 -04:00
parent e7b0d726db
commit 1e8d186f33
+1 -1
View File
@@ -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.