From 42e6d7dfabc74529a5ad12af89e9fd213033c54d Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 24 Feb 2017 13:57:43 -0500 Subject: [PATCH] docs(grid): replace the placeholder descriptions for row/col --- src/components/grid/col.ts | 3 ++- src/components/grid/row.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/grid/col.ts b/src/components/grid/col.ts index d7e1091919..0f8ddf4bf5 100644 --- a/src/components/grid/col.ts +++ b/src/components/grid/col.ts @@ -5,7 +5,8 @@ import { Directive } from '@angular/core'; * @module ionic * @description * - * Column description + * Columns are cellular components of the [grid](../Grid) system and go inside of a [row](../Row). + * They will expand to fill their row. All content within a grid should go inside of a column. * * ## Column attributes * diff --git a/src/components/grid/row.ts b/src/components/grid/row.ts index 7f7a94bd80..04454868c7 100644 --- a/src/components/grid/row.ts +++ b/src/components/grid/row.ts @@ -5,7 +5,8 @@ import { Directive } from '@angular/core'; * @module ionic * @description * - * Row description + * Rows are horizontal components of the [grid](../Grid) system and contain varying numbers of + * [columns](../Col). They ensure the columns are positioned properly. * * ## Row attributes *