fix typo
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<p>
|
||||
<h2 class="alert alert-info">You did it in <%= time %> seconds</h2>
|
||||
<h2 class="alert alert-error">You failed <%= wrong + (wrong == 1 ? ' word' : ' words') %></h2>
|
||||
<h2 class="alert alert-success">Ad did <%= correct + (correct == 1 ? ' word' : ' words') %> right!</h2>
|
||||
<h2 class="alert alert-success">And did <%= correct + (correct == 1 ? ' word' : ' words') %> right!</h2>
|
||||
</p>
|
||||
<hr />
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user