Skip to content

Commit

Permalink
minor #392 Fix little typo in Autocomplete code docs (jmsche)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x branch.

Discussion
----------

Fix little typo in Autocomplete code docs

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| Tickets       | N/A
| License       | MIT

Commits
-------

e2dc97a Fix little typo in Autocomplete code docs
  • Loading branch information
weaverryan committed Jul 13, 2022
2 parents 3618be2 + e2dc97a commit 3de9b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Autocomplete/src/Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ events that the core Stimulus controller dispatches:
console.log(event.detail.options); // Options that will be used to initialize TomSelect
event.detail.options.onChange = (value) => {
// ...
});
};
}
_onConnect(event) {
Expand Down

0 comments on commit 3de9b9f

Please sign in to comment.