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). *