From e1cf929b9dff2822adb6d53f2fe41ebc3c3d1ebc Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Wed, 9 Oct 2024 16:13:13 +0200 Subject: [PATCH] fix: typo on Autocomplete page --- src/Autocomplete/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Autocomplete/doc/index.rst b/src/Autocomplete/doc/index.rst index def22586012..2ba45d7691d 100644 --- a/src/Autocomplete/doc/index.rst +++ b/src/Autocomplete/doc/index.rst @@ -479,7 +479,7 @@ events that the core Stimulus controller dispatches: } _onConnect(event) { - // TomSelect has just been intialized and you can access details from the event + // TomSelect has just been initialized and you can access details from the event console.log(event.detail.tomSelect); // TomSelect instance console.log(event.detail.options); // Options used to initialize TomSelect }