File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments