Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Mar 2, 2014
1 parent d47466e commit 2cf351e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/adventure.js
Expand Up @@ -204,7 +204,7 @@ var shell = new Shell(parser)
shell.parser.env.props.rock.location == 'room'
&& shell.mode != 'waitForRestart'
) {
output += "Congratulations!!! You're set things right and won the game!\n\n"
output += "Congratulations!!! You've set things right and won the game!\n\n"
output += "Do you want to restart? ('yes' or 'no')\n"
shell.mode = 'waitForRestart'
}
Expand Down

0 comments on commit 2cf351e

Please sign in to comment.