Fix typo in editorInitCallback docstring

pull/5796/head
Jacob Walls 2024-05-28 18:38:22 -04:00
parent f8e22edf6d
commit bf36ea37c3
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ export interface ColumnSlots {
*/
editorInitCallback: (event: Event) => void;
/**
* Row toggler callback unction
* Row toggler callback function
* @param {Event} event - Browser event
*/
rowTogglerCallback: (event: Event) => void;