Skip to content

Commit 9fafc60

Browse files
committed
fix(config): corrects spelling in example config template
1 parent f8bb8e1 commit 9fafc60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.tpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ module.exports = (config) ->
6666
singleRun: false
6767

6868
# Concurrency level
69-
# how many browser should be started simultanous
69+
# how many browser should be started simultaneous
7070
concurrency: Infinity

config.tpl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module.exports = function(config) {
6161
singleRun: false,
6262

6363
// Concurrency level
64-
// how many browser should be started simultanous
64+
// how many browser should be started simultaneous
6565
concurrency: Infinity
6666
})
6767
}

config.tpl.ls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ module.exports = (config) ->
6666
singleRun: false
6767

6868
# Concurrency level
69-
# how many browser should be started simultanous
69+
# how many browser should be started simultaneous
7070
concurrency: Infinity

0 commit comments

Comments
 (0)