From 32da1b089d61fae3ea63698f3d3cb010ddef8185 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 17 Nov 2023 00:12:54 +0900 Subject: [PATCH] chore: fix typo in CHANGES.md langauge -> language --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 833c660..2535d0a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -70,7 +70,7 @@ These functions are: - Fixed https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor/issues/37 - Changed the format for `configuration` to display preferences, else it will say "None" - For emojis in the `configuration` format, it will display "✅" if True, else "❌" if False. -- For language in the `configuration` format, it will display the language name if it is not English, else it will display the default langauge (English) +- For language in the `configuration` format, it will display the language name if it is not English, else it will display the default language (English) - Appended more specification to not mistakenly follow the `configuration` format, instead follow what it is supposed to be printing. - `Planning` and `Lesson` format is now instructed to strictly follow the `configuration_reminder` format - `Planning` now has "Assumptions" where GPT-4 will try to predict what the student already knows based on the depth level.