summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/test/spec/helpers/view_helper.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/test/spec/helpers/view_helper.spec.js b/web-ui/test/spec/helpers/view_helper.spec.js
index 51ede430..b975dcd9 100644
--- a/web-ui/test/spec/helpers/view_helper.spec.js
+++ b/web-ui/test/spec/helpers/view_helper.spec.js
@@ -33,7 +33,7 @@ define(['helpers/view_helper'], function (viewHelper) {
var res = viewHelper.getFormattedDate(dtest);
- // This expectation is weird for the month - JS Dates have date numbers be zero-indexed, thus the discrepency
+ // This expectation is weird for the month - JS Dates have date numbers be zero-indexed, thus the discrepancy
// Specifically, the 2 in the constructor DOES match the 3 in the expectation below.
expect(res).toEqual('2013-03-13');
});