Fix grammar

This commit is contained in:
MareStare 2025-03-19 01:59:09 +00:00
parent 57781a1aa0
commit 11c9534dbc

View file

@ -245,7 +245,7 @@ class Autocomplete {
}
if ((event.key === ',' || event.code === 'Enter') && this.input.type === 'single-tag') {
// Comma/Enter mean the end of input for the current tag in single-tag mode.
this.hidePopup(`User accepted the existing input via key: '${event.key}', code: '${event.code}'`);
this.hidePopup(`The user accepted the existing input via key: '${event.key}', code: '${event.code}'`);
return;
}