Skip to content

Commit e2dc97a

Browse files
authored
Fix little typo in Autocomplete code docs
1 parent 3618be2 commit e2dc97a

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)