From fa2fbfa0242764a2b2af133b9b2ce54861967922 Mon Sep 17 00:00:00 2001 From: Cashew <52880648+Scrub1492@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:46:27 +0900 Subject: fix typo (#405) --- ext/js/language/dictionary-importer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' (逸) -- cgit v1.2.3