From 7b52dfba92c70533c81034cc0dde58f822f08ae3 Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 26 Jan 2017 23:44:15 +0530 Subject: [PATCH] Grammar correction within Flexbox page --- docs/pages/flexbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/flexbox.md b/docs/pages/flexbox.md index f993fc59c..43d23f0ec 100644 --- a/docs/pages/flexbox.md +++ b/docs/pages/flexbox.md @@ -130,7 +130,7 @@ Stretch alignment is the default. To set parent alignment, use these classes: - `.align-stretch`
-

Note that with vertical alignment, we use the term "middle" for the midpoint, while with horizontal alignment, we use the term "center". Otherwise, we'd have two CSS classes with the same name, but different functionality.

+

Note that with vertical alignment, we use the term "middle" for the midpoint, while with horizontal alignment, we use the term "center". As we can't have two CSS classes with the same name, thus we are using different terms.

```html_example -- 2.47.2