]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update flexbox-utilities.md 10592/head
authorpowellian <ianpowell01@gmail.com>
Mon, 28 Aug 2017 19:01:44 +0000 (20:01 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2017 19:01:44 +0000 (20:01 +0100)
Just a couple of small typos, hope it helps.

docs/pages/flexbox-utilities.md

index db46e8a4f68d4e2358d4cb88cfb65373b452cd6e..0f59e5db792d21e242c49c553dcad6149386d3f0 100644 (file)
@@ -15,7 +15,7 @@ Flexbox makes horizontal and vertical alignment painless, through the CSS proper
 To understand how these classes work, you need to understand the parent-child relationship created with flexbox. An element with `display: flex` is a *flex parent*, and can horizontally or vertically align its children. All immediate children of the flex parent are *flex children*. A flex child can vertically align itself.
 
 <div class="alert callout">
-  <p>In the below examples we are using [XY Grid](xy-grid.html) classes instead of [Legacy Flex Grid's](flex-grid.html) <code>row</code> and <code>column</code>. These examples will works for <code>row</code> and <code>column</code> but then again the Legacy Flex Grid will be depreciated from Foundation 7 so we recommend to use XY Grid.</p>
+  <p>In the below examples we are using [XY Grid](xy-grid.html) classes instead of [Legacy Flex Grid's](flex-grid.html) <code>row</code> and <code>column</code>. These examples will work for <code>row</code> and <code>column</code> but then again the Legacy Flex Grid will be deprecated from Foundation 7 so we recommend to use XY Grid.</p>
 </div>
 
 Here's a basic example: when using the grid, a `grid-x` or `grid-y` is a flex parent, and a `cell` is a flex child. Use `grid-margin-x` or `grid-padding-x` for adding [gutters](xy-grid.html#gutters)