Skip to content

Commit 2e08722

Browse files
committed
chore(*): fixing lint error
1 parent 1476867 commit 2e08722

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,8 @@ export class IgxTreeGridComponent extends IgxGridBaseDirective implements GridTy
613613
* @remarks
614614
* When adding the row as a child, the parent row is the specified row.
615615
* @remarks
616-
* To spawn the UI on top, call the function with index = null or a negative number. In this case trying to add this row as a child will result in error.
616+
* To spawn the UI on top, call the function with index = null or a negative number.
617+
* In this case trying to add this row as a child will result in error.
617618
* @example
618619
* ```typescript
619620
* this.grid.beginAddRowByIndex(10);

0 commit comments

Comments
 (0)