From: harry Date: Thu, 26 Jan 2017 18:14:15 +0000 (+0530) Subject: Grammar correction within Flexbox page X-Git-Tag: 6.3.1~7^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9704%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Grammar correction within Flexbox page --- 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