Skip to content

Commit 1132d4f

Browse files
authored
Fix typo
1 parent 773dd1b commit 1132d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ With the `+` operator, you can concatenate strings. In this case, we are concate
22232223
function* startGame() {
22242224
const answer = yield 'Do you love JavaScript?';
22252225
if (answer !== 'Yes') {
2226-
return "Oh wow... Guess we're gone here";
2226+
return "Oh wow... Guess we're done here";
22272227
}
22282228
return 'JavaScript loves you back ❤️';
22292229
}

0 commit comments

Comments
 (0)