We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ad9af6 + e7982e7 commit dc128a0Copy full SHA for dc128a0
index.js
@@ -49,7 +49,7 @@ if (!REGION) {
49
if (m) {
50
REGION = m[1];
51
} else {
52
- 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 ' +
53
'in .<region>.es.amazonaws.com or --region should be provided as an argument');
54
yargs.showHelp();
55
process.exit(1);
0 commit comments