From 69920045e9d2392b01041532a3dfe7f33493a594 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 20 Apr 2018 15:48:58 -0230 Subject: Minor fixes in a number of docs. --- app/scripts/lib/extractEthjsErrorMessage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/scripts/lib/extractEthjsErrorMessage.js') 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 -- cgit