From 1d3c5bcc945a2cf8ff3c640f7d3358b1a639bb4e Mon Sep 17 00:00:00 2001 From: David da Silva Date: Thu, 20 Apr 2017 18:20:55 +0200 Subject: [PATCH] Fix typo in karma.conf.js --- karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index fa4996317a..efec486139 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -117,7 +117,7 @@ module.exports = function (config) { } // the MOCHA_UI env var will determine if we're running interface-specific - // tets. since you can only load one at a time, each must be run separately. + // tests. since you can only load one at a time, each must be run separately. // each has its own set of acceptance tests and a fixture. // the "bdd" fixture is used by default. var ui = env.MOCHA_UI;