aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/js/language/dictionary-importer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/language/dictionary-importer.js b/ext/js/language/dictionary-importer.js
index df9c48f1..fa16ec7a 100644
--- a/ext/js/language/dictionary-importer.js
+++ b/ext/js/language/dictionary-importer.js
@@ -761,7 +761,7 @@ export class DictionaryImporter {
*/
_normalizeTermOrReading(text) {
// Note: this function should not perform String.normalize on the text,
- // as it will characters in an undesirable way.
+ // as it will normalize characters in an undesirable way.
// Thus, this function is currently a no-op.
// Example:
// - '\u9038'.normalize('NFC') => '\u9038' (逸)