From 8bbaee706422dd7c87f7bebf572ca46a47473898 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 22 Feb 2017 16:29:23 -0500 Subject: [PATCH] docs(grid): typo --- src/components/grid/grid.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/grid/grid.ts b/src/components/grid/grid.ts index 544bc09f7a..943d960c66 100644 --- a/src/components/grid/grid.ts +++ b/src/components/grid/grid.ts @@ -398,7 +398,7 @@ import { Directive } from '@angular/core'; * * ``` * - * Columns can be also align themselves differently than other columns by + * Columns can also align themselves differently than other columns by * adding the alignment attribute directly to the column. For a list of available * attributes, see [column attributes](../Col#column-attributes). *