Skip to content

Commit

Permalink
error message edit
Browse files Browse the repository at this point in the history
  • Loading branch information
djosey committed Oct 9, 2020
1 parent 4615f2d commit 3ca7d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-core-helpers/src/formatters.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ var inputAddressFormatter = function (address) {
} else if (utils.isAddress(address)) {
return '0x' + address.toLowerCase().replace('0x', '');
}
throw new Error('Provided address "' + address + '" is invalid, the capitalization checksum test failed, or its an indrect IBAN address which can\'t be converted.');
throw new Error('Provided address "' + address + '" is invalid, the capitalization checksum test failed, or it\'s an indirect IBAN address which can\'t be converted.');
};


Expand Down

0 comments on commit 3ca7d06

Please sign in to comment.