Skip to content

Commit 5f40da0

Browse files
committed
docs(grid): event args interface minor typo
1 parent 29a1a64 commit 5f40da0

File tree

1 file changed

+2
-2
lines changed
  • projects/igniteui-angular/src/lib/grids/common

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/grids/common/events.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface IGridCellEventArgs extends IBaseEventArgs {
2424
/** Represents the grid cell that triggered the event. */
2525
cell: CellType;
2626
/**
27-
* Represents the original event that ocurred
27+
* Represents the original event that occurred
2828
* Examples of such events include: selecting, clicking, double clicking, etc.
2929
*/
3030
event: Event;
@@ -35,7 +35,7 @@ export interface IGridRowEventArgs extends IBaseEventArgs {
3535
/** Represents the grid row that triggered the event. */
3636
row: RowType;
3737
/**
38-
* Represents the original event that ocurred
38+
* Represents the original event that occurred
3939
* Examples of such events include: selecting, clicking, double clicking, etc.
4040
*/
4141
event: Event;

0 commit comments

Comments
 (0)