diff options
| author | Chris Rebert <[email protected]> | 2015-08-19 13:09:12 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-19 13:09:12 -0700 |
| commit | 7bc5af2628a7fc18b3e13296f2d01ce7bf7afa69 (patch) | |
| tree | 7b743ddff228c18d3f1742fbb712268e99259a9b | |
| parent | c9a5f82357c704908e80615943864e6e3abc37b9 (diff) | |
| parent | 1e8d186f333cf3783af9f5c0cb0d498eae0437fd (diff) | |
| download | bootstrap-7bc5af2628a7fc18b3e13296f2d01ce7bf7afa69.tar.xz bootstrap-7bc5af2628a7fc18b3e13296f2d01ce7bf7afa69.zip | |
Merge pull request #17030 from swaincreates/v4-dev-spelling-fix
V4 dev spelling fix in docs/getting-started/flexbox.md
| -rw-r--r-- | docs/getting-started/flexbox.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md index 1c3aef613..977e04290 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. |
