Skip to content

Commit dc128a0

Browse files
committed
Merge pull request #5 from ThePumpingLemma/fix-typo
Fix a typo in the error message.
2 parents 5ad9af6 + e7982e7 commit dc128a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if (!REGION) {
4949
if (m) {
5050
REGION = m[1];
5151
} else {
52-
console.error('region cannot be parsed from endpoint address, etiher the endpoint must end ' +
52+
console.error('region cannot be parsed from endpoint address, either the endpoint must end ' +
5353
'in .<region>.es.amazonaws.com or --region should be provided as an argument');
5454
yargs.showHelp();
5555
process.exit(1);

0 commit comments

Comments
 (0)