1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Fix typo in conversion.utils.js (#12998)

This commit is contained in:
Ikko Ashimine 2021-12-09 00:57:13 +09:00 committed by GitHub
parent 5e9ea9d8fa
commit f8df4a4850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ const conversionUtil = (
const getBigNumber = (value, base) => {
if (!isValidBase(base)) {
throw new Error('Must specificy valid base');
throw new Error('Must specify valid base');
}
// We don't include 'number' here, because BigNumber will throw if passed