aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChristian Fehmer <[email protected]>2024-07-22 11:41:33 +0200
committerGitHub <[email protected]>2024-07-22 11:41:33 +0200
commitc96185e90a29a7cfd424da49c90fbc6457ebbc1a (patch)
treed2bdd98cb27d7e1ad76a2ee21e769bb0c33a9e47
parent29627fd0d5f152e2da59671987090ea0a5c29874 (diff)
downloadmonkeytype-c96185e90a29a7cfd424da49c90fbc6457ebbc1a.tar.gz
monkeytype-c96185e90a29a7cfd424da49c90fbc6457ebbc1a.zip
impr: replace ṅ with n in lazy mode (@fehmer) (#5638)
-rw-r--r--frontend/src/ts/test/lazy-mode.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/ts/test/lazy-mode.ts b/frontend/src/ts/test/lazy-mode.ts
index a4e4f347b..e7deb6fa4 100644
--- a/frontend/src/ts/test/lazy-mode.ts
+++ b/frontend/src/ts/test/lazy-mode.ts
@@ -16,7 +16,7 @@ const accents: [string, string][] = [
["ĝğg̃", "g"],
["ĥ", "h"],
["ĵ", "j"],
- ["ńṇ", "n"],
+ ["ńṇṅ", "n"],
["ŝśšșşṣ", "s"],
["ß", "ss"],
["żźž", "z"],