From a809cf33d09a6bafc35219ead797cce63a3442d4 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 8 Mar 2022 05:17:24 -0500 Subject: [PATCH] spelling: tongue Signed-off-by: Josh Soref --- libs/curriculum/src/index.ts | 2 +- libs/curriculum/src/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/curriculum/src/index.ts b/libs/curriculum/src/index.ts index 0dbf7eb32..f6e6d2c11 100644 --- a/libs/curriculum/src/index.ts +++ b/libs/curriculum/src/index.ts @@ -65,7 +65,7 @@ const parseNativeLanguage: Parser = ({ categories, languages }, code) => { return { code, - category: categories.motherTounge, + category: categories.motherTongue, name: languages[language] || categories.unknown, } } diff --git a/libs/curriculum/src/translations/en.json b/libs/curriculum/src/translations/en.json index 07dcc14ae..ff0613fe1 100644 --- a/libs/curriculum/src/translations/en.json +++ b/libs/curriculum/src/translations/en.json @@ -212,7 +212,7 @@ "modernLanguagesA1": "CEFR min. A1+", "modernLanguagesA2": "CEFR min. A2", "modernLanguagesAlt": "Alt modern language, CEFR min. A2", - "motherTounge": "Mother tongue tuition", + "motherTongue": "Mother tongue tuition", "unknown": "Unknown", "misc": "Miscellaneous" },