Skip to content

Commit

Permalink
fix(config): corrects spelling in example config template
Browse files Browse the repository at this point in the history
  • Loading branch information
buley committed Dec 17, 2015
1 parent f8bb8e1 commit 9fafc60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.tpl.coffee
Expand Up @@ -66,5 +66,5 @@ module.exports = (config) ->
singleRun: false

# Concurrency level
# how many browser should be started simultanous
# how many browser should be started simultaneous
concurrency: Infinity
2 changes: 1 addition & 1 deletion config.tpl.js
Expand Up @@ -61,7 +61,7 @@ module.exports = function(config) {
singleRun: false,

// Concurrency level
// how many browser should be started simultanous
// how many browser should be started simultaneous
concurrency: Infinity
})
}
2 changes: 1 addition & 1 deletion config.tpl.ls
Expand Up @@ -66,5 +66,5 @@ module.exports = (config) ->
singleRun: false

# Concurrency level
# how many browser should be started simultanous
# how many browser should be started simultaneous
concurrency: Infinity

0 comments on commit 9fafc60

Please sign in to comment.