Skip to content

Commit 4ead1c4

Browse files
committed
docs(grid): fix typo in autoGenerate prop remark
1 parent 0b6e860 commit 4ead1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
297297
* An @Input property that autogenerates the `IgxGridComponent` columns.
298298
* The default value is false.
299299
* @remarks
300-
* When is set to true, it will override all columns declared through code or in markup.
300+
* When set to true, it will override all columns declared through code or in markup.
301301
* ```html
302302
* <igx-grid [data]="Data" [autoGenerate]="true"></igx-grid>
303303
* ```

0 commit comments

Comments
 (0)