docs(row): fix links to grid and col components (#17119)

This commit is contained in:
Matthew Harris
2019-01-15 17:49:24 +00:00
committed by Brandy Carney
parent 1099dc30b0
commit 0693c887f9

View File

@@ -1,7 +1,7 @@
# ion-row
Rows are horizontal components of the [grid](../Grid) system and contain varying numbers of
[columns](../Col). They ensure the columns are positioned properly.
Rows are horizontal components of the [grid](../grid) system and contain varying numbers of
[columns](../col). They ensure the columns are positioned properly.
See [Grid Layout](/docs/layout/grid) for more information.