Skip to content

Commit e1cf929

Browse files
fix: typo on Autocomplete page
1 parent 45770b0 commit e1cf929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ events that the core Stimulus controller dispatches:
479479
}
480480
481481
_onConnect(event) {
482-
// TomSelect has just been intialized and you can access details from the event
482+
// TomSelect has just been initialized and you can access details from the event
483483
console.log(event.detail.tomSelect); // TomSelect instance
484484
console.log(event.detail.options); // Options used to initialize TomSelect
485485
}

0 commit comments

Comments
 (0)