Skip to content

Commit

Permalink
Merge pull request Modernizr#1708 from jorrit/patch-1
Browse files Browse the repository at this point in the history
fix spelling in command help
  • Loading branch information
patrickkettner committed Oct 13, 2015
2 parents 4fe1d16 + 8ddaa9b commit 9c65432
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 9c65432

Please sign in to comment.