Skip to content

Commit 1d3c5bc

Browse files
committed
Fix typo in karma.conf.js
1 parent 9bd9389 commit 1d3c5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ module.exports = function (config) {
117117
}
118118

119119
// the MOCHA_UI env var will determine if we're running interface-specific
120-
// tets. since you can only load one at a time, each must be run separately.
120+
// tests. since you can only load one at a time, each must be run separately.
121121
// each has its own set of acceptance tests and a fixture.
122122
// the "bdd" fixture is used by default.
123123
var ui = env.MOCHA_UI;

0 commit comments

Comments
 (0)