From bcd86b6c150effb8c8a70ecce2f267e4f12f3048 Mon Sep 17 00:00:00 2001 From: qndel Date: Sun, 23 May 2021 05:54:06 +0200 Subject: [PATCH] fix typos --- Translations/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Translations/glossary.md b/Translations/glossary.md index 06ca78aa7..ec0eeb31c 100644 --- a/Translations/glossary.md +++ b/Translations/glossary.md @@ -25,7 +25,7 @@ changed to ## %s of %s -The rather tricky line `%s of %s` is used to create items with pre- and suffixes as mentioned in aboves examples. If your language has gendered articles it might be advisable to remove the "of" but add a gendered article to each suffix instead. If you do so the line should be changed to `%s %s` and you will have to add the appropriate article to each suffix. +The rather tricky line `%s of %s` is used to create items with pre- and suffixes as mentioned in examples above. If your language has gendered articles it might be advisable to remove the "of" but add a gendered article to each suffix instead. If you do so the line should be changed to `%s %s` and you will have to add the appropriate article to each suffix. ## Adding lines