aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/flexbox.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting-started/flexbox.md')
-rw-r--r--docs/getting-started/flexbox.md2
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.