Skip to content

Commit

Permalink
Grammar, fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
Burstaholic committed Apr 1, 2015
1 parent 1ae215c commit eab750b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/game/game.html
Expand Up @@ -58,7 +58,7 @@ <h3 class="text-right text-muted"><i>--{{ winningResponse.player.name }}</i></h3
<!-- If the game doesn't exist, we show a nice helpful template -->
<div ng-hide="game" class="container text-center">
<h2>Game not found.</h2>
<p>The game your looking for can't be found. It may have ended, or perhaps your typed in the url incorrectly.</p>
<p>The game you're looking for can't be found. It may have ended, or perhaps you typed in the url incorrectly.</p>
<p>Feel free to try again, or you can <a href="/components/game">browse</a> for games to join.</p>
</div>

Expand Down

0 comments on commit eab750b

Please sign in to comment.