Skip to content

Commit 3feb03f

Browse files
committed
minor #2253 fix: typo on Autocomplete page (alexislefebvre)
This PR was merged into the 2.x branch. Discussion ---------- fix: typo on Autocomplete page | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | Fix | License | MIT Commits ------- e1cf929 fix: typo on Autocomplete page
2 parents 45770b0 + e1cf929 commit 3feb03f

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)