Skip to content

Commit b3fee1e

Browse files
committed
fix typo
1 parent f00ee6a commit b3fee1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/parsePostAnswerResponse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const correctAnswer = () => {
7474
const getMessage = (response) => {
7575
const message = [
7676
"That's the right answer!",
77-
'You are one gold star closer to collecting enough start fruit.',
77+
'You are one gold star closer to collecting enough star fruit.',
7878
];
7979
// Add completion message if user completed all levels for the day.
8080
const dayComplete = response.match(/you have completed day (\d+)!/i);

0 commit comments

Comments
 (0)