diff --git a/index.js b/index.js index 94f10ca..65113b4 100644 --- a/index.js +++ b/index.js @@ -49,7 +49,7 @@ if (!REGION) { if (m) { REGION = m[1]; } else { - console.error('region cannot be parsed from endpoint address, etiher the endpoint must end ' + + console.error('region cannot be parsed from endpoint address, either the endpoint must end ' + 'in ..es.amazonaws.com or --region should be provided as an argument'); yargs.showHelp(); process.exit(1);