mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-25 05:00:57 +01:00
Fix grammar
This commit is contained in:
parent
57781a1aa0
commit
11c9534dbc
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class Autocomplete {
|
||||||
}
|
}
|
||||||
if ((event.key === ',' || event.code === 'Enter') && this.input.type === 'single-tag') {
|
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.
|
// 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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue