diff --git a/lib/cli/cli.js b/lib/cli/cli.js index 9229baafd..64fc8cc19 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -267,7 +267,7 @@ module.exports.parseCommandLine = function parseCommandLine() { type: 'boolean', default: false, describe: - 'Run Browsertime in debug mode. Use commands.breakpoint(name) to set btreakpoints in your script. Debug mode works for Firefox/Chrome/Edge on desktop.', + 'Run Browsertime in debug mode. Use commands.breakpoint(name) to set breakpoints in your script. Debug mode works for Firefox/Chrome/Edge on desktop.', group: 'Browser' }) .option('browsertime.limitedRunData', { diff --git a/lib/plugins/influxdb/cli.js b/lib/plugins/influxdb/cli.js index d95769cf7..9a362dc64 100644 --- a/lib/plugins/influxdb/cli.js +++ b/lib/plugins/influxdb/cli.js @@ -59,7 +59,7 @@ module.exports = { groupSeparator: { default: '_', describe: - 'Choose which character that will seperate a group/domain. Default is underscore, set it to a dot if you wanna keep the original domain name.', + 'Choose which character that will separate a group/domain. Default is underscore, set it to a dot if you wanna keep the original domain name.', group: 'InfluxDB' }, annotationScreenshot: {