spelling fix
This commit is contained in:
parent
1b199e1bf9
commit
4558db251f
|
@ -414,21 +414,21 @@ export const epWithAdjectives = makeGameRecord({
|
||||||
SubCore: EPAdjGame,
|
SubCore: EPAdjGame,
|
||||||
});
|
});
|
||||||
export const npWithAdjectivesHints = makeGameRecord({
|
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",
|
id: "adjective-nps-hints",
|
||||||
link: "/phrase-structure/np/",
|
link: "/phrase-structure/np/",
|
||||||
level: "hints",
|
level: "hints",
|
||||||
SubCore: NPAdjWriting,
|
SubCore: NPAdjWriting,
|
||||||
});
|
});
|
||||||
export const npWithAdjectivesNoHints = makeGameRecord({
|
export const npWithAdjectivesNoHints = makeGameRecord({
|
||||||
title: "Write the adjective and noun togehter",
|
title: "Write the adjective and noun together",
|
||||||
id: "adjective-nps-no-hints",
|
id: "adjective-nps-no-hints",
|
||||||
link: "/phrase-structure/np/",
|
link: "/phrase-structure/np/",
|
||||||
level: "no-hints",
|
level: "no-hints",
|
||||||
SubCore: NPAdjWriting,
|
SubCore: NPAdjWriting,
|
||||||
});
|
});
|
||||||
export const npWithAdjectivesInSandwiches = makeGameRecord({
|
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",
|
id: "adjective-nps-in-sandwiches",
|
||||||
link: "/phrase-structure/ap/#sandwich-",
|
link: "/phrase-structure/ap/#sandwich-",
|
||||||
level: "sandwiches",
|
level: "sandwiches",
|
||||||
|
|
Loading…
Reference in New Issue