aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/extractEthjsErrorMessage.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-04-21 02:18:58 +0800
committerDan <danjm.com@gmail.com>2018-04-21 02:18:58 +0800
commit69920045e9d2392b01041532a3dfe7f33493a594 (patch)
tree10d66ece26cc4ebc1191aa291050c30a6742e8b4 /app/scripts/lib/extractEthjsErrorMessage.js
parent3ec22dc7e1676f5679bc33d8b5f314c890e28b8a (diff)
downloadtangerine-wallet-browser-69920045e9d2392b01041532a3dfe7f33493a594.tar.gz
tangerine-wallet-browser-69920045e9d2392b01041532a3dfe7f33493a594.tar.zst
tangerine-wallet-browser-69920045e9d2392b01041532a3dfe7f33493a594.zip
Minor fixes in a number of docs.
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