Merge pull request #5796 from jacobtylerwalls/patch-2

Fix typo in editorInitCallback docstring
pull/5827/head
Tuğçe Küçükoğlu 2024-06-03 14:37:21 +03:00 committed by GitHub
commit c1a82b1497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;