spelling: activities

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-11-08 19:16:31 -05:00
parent 2a47dbba4a
commit 16832f7264
3 changed files with 4 additions and 4 deletions

View file

@ -36,8 +36,8 @@ extension SystemEmoji.Group {
return "emoji.system-group.food-and-drink"
case .travelAndPlaces:
return "emoji.system-group.travel-and-places"
case .activites:
return "emoji.system-group.activites"
case .activities:
return "emoji.system-group.activities"
case .objects:
return "emoji.system-group.objects"
case .symbols:

View file

@ -139,7 +139,7 @@
"emoji.system-group.animals-and-nature" = "Animals & Nature";
"emoji.system-group.food-and-drink" = "Food & Drink";
"emoji.system-group.travel-and-places" = "Travel & Places";
"emoji.system-group.activites" = "Activities";
"emoji.system-group.activities" = "Activities";
"emoji.system-group.objects" = "Objects";
"emoji.system-group.symbols" = "Symbols";
"emoji.system-group.flags" = "Flags";

View file

@ -31,7 +31,7 @@ public extension SystemEmoji {
case animalsAndNature
case foodAndDrink
case travelAndPlaces
case activites
case activities
case objects
case symbols
case flags