Skip to content

Commit

Permalink
Fix syntax error in suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 29, 2020
1 parent dccddcf commit 3ef36ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/parseCommandLineOptions.js
Expand Up @@ -28,8 +28,7 @@ module.exports = function parseCommandLineOptions(argv) {
})
.options('browsers', {
describe:
"Specify which browsers to support. Controls which font formats to provide, and whether to apply a JavaScript-based polyfill for preloading fonts. Defaults to browserslist's default query: https://github.com/browserslist/browserslist#best-practices",
"Override your projects browserslist configuration to specify which browsers to support. Controls font formats and polyfill. Defaults to browserslist's default query if your project has no browserslist configuration"
"Override your projects browserslist configuration to specify which browsers to support. Controls font formats and polyfill. Defaults to browserslist's default query if your project has no browserslist configuration",
type: 'string',
demand: false,
})
Expand Down

0 comments on commit 3ef36ce

Please sign in to comment.