We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6e860 commit 4ead1c4Copy full SHA for 4ead1c4
projects/igniteui-angular/src/lib/grids/grid-base.component.ts
@@ -297,7 +297,7 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
297
* An @Input property that autogenerates the `IgxGridComponent` columns.
298
* The default value is false.
299
* @remarks
300
- * When is set to true, it will override all columns declared through code or in markup.
+ * When set to true, it will override all columns declared through code or in markup.
301
* ```html
302
* <igx-grid [data]="Data" [autoGenerate]="true"></igx-grid>
303
* ```
0 commit comments