Skip to content

Commit 3de9b9f

Browse files
committed
minor #392 Fix little typo in Autocomplete code docs (jmsche)
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
2 parents 3618be2 + e2dc97a commit 3de9b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/src/Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ events that the core Stimulus controller dispatches:
316316
console.log(event.detail.options); // Options that will be used to initialize TomSelect
317317
event.detail.options.onChange = (value) => {
318318
// ...
319-
});
319+
};
320320
}
321321
322322
_onConnect(event) {

0 commit comments

Comments
 (0)