Skip to content

Commit

Permalink
fix spelling in command help
Browse files Browse the repository at this point in the history
Changed two cases of `comma seperate` to `comma separated`
  • Loading branch information
jorrit committed Oct 13, 2015
1 parent 4fe1d16 commit 8ddaa9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/modernizr
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ var yargs = require('yargs')
})
.options('f', {
alias: 'features',
describe: 'comma seperate list of feature detects'
describe: 'comma separated list of feature detects'
})
.options('o', {
alias: 'options',
describe: 'comma seperate list of extensibility options'
describe: 'comma separated list of extensibility options'
})
.options('c', {
alias: 'config',
Expand Down

0 comments on commit 8ddaa9b

Please sign in to comment.