From 79c4e43135a7e04c2da7ce6671aaa78c5bb59d7d Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 13 Aug 2022 07:53:18 +0900 Subject: [PATCH] Fix typo in conversion/index.js (#4016) * Fix typo in conversion/index.js specificy -> specificity * Update app/util/conversion/index.js Updated correct text * Update app/util/conversion/index.js Format update * Update app/util/conversion/index.js format update * Update app/util/conversion/index.js format update Co-authored-by: sethkfman <10342624+sethkfman@users.noreply.github.com> --- app/util/conversion/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/util/conversion/index.js b/app/util/conversion/index.js index 5b729650037..4046c727724 100644 --- a/app/util/conversion/index.js +++ b/app/util/conversion/index.js @@ -174,7 +174,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