spelling fix

This commit is contained in:
adueck 2023-01-25 11:08:47 +05:00
parent 1b199e1bf9
commit 4558db251f
1 changed files with 3 additions and 3 deletions

View File

@ -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",