Skip to content

Commit

Permalink
minor #2253 fix: typo on Autocomplete page (alexislefebvre)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Kocal committed Oct 9, 2024
2 parents 45770b0 + e1cf929 commit 3feb03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Autocomplete/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 3feb03f

Please sign in to comment.