From 4558db251f0fc9c198d70ee31abcdf92f237abbd Mon Sep 17 00:00:00 2001 From: adueck Date: Wed, 25 Jan 2023 11:08:47 +0500 Subject: [PATCH] spelling fix --- src/games/games.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/games/games.tsx b/src/games/games.tsx index 20d9c88..cc72fad 100644 --- a/src/games/games.tsx +++ b/src/games/games.tsx @@ -414,21 +414,21 @@ export const epWithAdjectives = makeGameRecord({ SubCore: EPAdjGame, }); export const npWithAdjectivesHints = makeGameRecord({ - title: "Write the adjective and noun togehter (with inf. pattern hints)", + title: "Write the adjective and noun together (with inf. pattern hints)", id: "adjective-nps-hints", link: "/phrase-structure/np/", level: "hints", SubCore: NPAdjWriting, }); export const npWithAdjectivesNoHints = makeGameRecord({ - title: "Write the adjective and noun togehter", + title: "Write the adjective and noun together", id: "adjective-nps-no-hints", link: "/phrase-structure/np/", level: "no-hints", SubCore: NPAdjWriting, }); export const npWithAdjectivesInSandwiches = makeGameRecord({ - title: "Write the adjective and noun togehter in sandwiches 🥪", + title: "Write the adjective and noun together in sandwiches 🥪", id: "adjective-nps-in-sandwiches", link: "/phrase-structure/ap/#sandwich-", level: "sandwiches",