From 27c25edd9a4228a7b8d69ab501e856148c453304 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 15 Oct 2014 16:41:40 +0900 Subject: [PATCH] Fixing typo --- client/scripts/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/scripts/application.js b/client/scripts/application.js index 306faff..8e728c3 100644 --- a/client/scripts/application.js +++ b/client/scripts/application.js @@ -185,7 +185,7 @@ switch (delta) { case 0: return 'Most recent query'; - case 1: + default: return String(delta) + ' querie(s) back'; } }