From bf36ea37c3ebe528c6138c2877c8d916290cd2ac Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 28 May 2024 18:38:22 -0400 Subject: [PATCH] Fix typo in editorInitCallback docstring --- components/lib/column/Column.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/column/Column.d.ts b/components/lib/column/Column.d.ts index 3e246eb39..a26079226 100755 --- a/components/lib/column/Column.d.ts +++ b/components/lib/column/Column.d.ts @@ -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;