]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Grammar correction within Flexbox page 9704/head
authorharry <harmanmanchanda182@gmail.com>
Thu, 26 Jan 2017 18:14:15 +0000 (23:44 +0530)
committerharry <harmanmanchanda182@gmail.com>
Thu, 26 Jan 2017 18:32:56 +0000 (00:02 +0530)
docs/pages/flexbox.md

index f993fc59c8162e0f9e6ef67c0c2b17b6c7c51e83..43d23f0ecccdf6df02ead57933c93c88307de872 100644 (file)
@@ -130,7 +130,7 @@ Stretch alignment is the default. To set parent alignment, use these classes:
 - `.align-stretch`
 
 <div class="primary callout">
-  <p>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.</p>
+  <p>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.</p>
 </div>
 
 ```html_example