aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/extractEthjsErrorMessage.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/scripts/lib/extractEthjsErrorMessage.js')
-rw-r--r--app/scripts/lib/extractEthjsErrorMessage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/extractEthjsErrorMessage.js b/app/scripts/lib/extractEthjsErrorMessage.js
index 3f0fb0232..0f100756f 100644
--- a/app/scripts/lib/extractEthjsErrorMessage.js
+++ b/app/scripts/lib/extractEthjsErrorMessage.js
@@ -5,7 +5,7 @@ module.exports = extractEthjsErrorMessage
/**
- * Extracts the important part of an ethjs-rpc error message. If the passed error is not anis isEthjsRpcError, the error
+ * Extracts the important part of an ethjs-rpc error message. If the passed error is not an isEthjsRpcError, the error
* is returned unchanged.
*
* @param {string} errorMessage The error message to parse