Skip to content

Commit 71b3258

Browse files
Apply suggestions from code review
Co-authored-by: Dylan Hyun <dylan.hyun@hashicorp.com>
1 parent 3b996d3 commit 71b3258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/layouts/grid/partials/code/how-to-use.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ At the specified column min width, columns are forced to stack in this narrower
177177

178178
### Align
179179

180-
Align grid items to the "start", "end", "center" or "stretch" them within the grid parent.
180+
Use the `@align` argument to align grid items to the "start", "end", "center" or "stretch" them within the grid parent.
181181

182182
Note: The `Grid` parent will need a height set for the affect to be visible.
183183

@@ -272,7 +272,7 @@ The examples below are meant to show how one _could_ use the `Layout::Grid` comp
272272

273273
### Card layouts
274274

275-
Note: The following example makes use of nested `Grid` and `Flex` components to achieve its layout. This may be overkill in actual practice but demonstrates the possibilities for achieving layouts with just these layout components alone.
275+
Note: The following example makes use of nested `Grid` and [Flex](/layouts/flex) components to achieve its layout. This may be overkill in actual practice but demonstrates the possibilities for achieving layouts with just these layout components alone.
276276

277277
#### Basic 3 column layout
278278

0 commit comments

Comments
 (0)