From 66cccd7dfea86fc175dc99b609b98c3e1618c3c5 Mon Sep 17 00:00:00 2001 From: Roman Gusev Date: Thu, 12 Jul 2018 13:57:08 +0600 Subject: [PATCH] Fix typos in jsdocs --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 6620490..b7438eb 100644 --- a/index.js +++ b/index.js @@ -225,7 +225,7 @@ class Transaction { } /** - * sign a transaction with a given a private key + * sign a transaction with a given private key * @param {Buffer} privateKey */ sign (privateKey) { @@ -274,7 +274,7 @@ class Transaction { /** * validates the signature and checks to see if it has enough gas - * @param {Boolean} [stringError=false] whether to return a string with a dscription of why the validation failed or return a Bloolean + * @param {Boolean} [stringError=false] whether to return a string with a description of why the validation failed or return a Boolean * @return {Boolean|String} */ validate (stringError) {