We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00ee6a commit b3fee1eCopy full SHA for b3fee1e
src/api/parsePostAnswerResponse.js
@@ -74,7 +74,7 @@ const correctAnswer = () => {
74
const getMessage = (response) => {
75
const message = [
76
"That's the right answer!",
77
- 'You are one gold star closer to collecting enough start fruit.',
+ 'You are one gold star closer to collecting enough star fruit.',
78
];
79
// Add completion message if user completed all levels for the day.
80
const dayComplete = response.match(/you have completed day (\d+)!/i);
0 commit comments