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:
parent
5e9ea9d8fa
commit
f8df4a4850
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user