From 4752221d6c06c41987e5e4f809e35df22896e7e0 Mon Sep 17 00:00:00 2001 From: s2 Date: Sat, 6 Apr 2013 09:55:37 +0200 Subject: [PATCH] fix typo --- app/views/gameover.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/gameover.ejs b/app/views/gameover.ejs index efb68ae..bf8be13 100644 --- a/app/views/gameover.ejs +++ b/app/views/gameover.ejs @@ -4,7 +4,7 @@

You did it in <%= time %> seconds

You failed <%= wrong + (wrong == 1 ? ' word' : ' words') %>

-

Ad did <%= correct + (correct == 1 ? ' word' : ' words') %> right!

+

And did <%= correct + (correct == 1 ? ' word' : ' words') %> right!