diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-05-09 06:37:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-09 06:37:57 +0800 |
commit | f17dc5f4520ce6f9f08db1e87ec9a8917697029a (patch) | |
tree | 28a9527355d8a01fa9691cbe42b82559dcf55b42 | |
parent | c3079ff160e0f0d0db8efb1b80692b293a363226 (diff) | |
parent | 6351b7bb8853dab4c2a87ae7473ef1c10c03dd20 (diff) | |
download | tangerine-wallet-browser-f17dc5f4520ce6f9f08db1e87ec9a8917697029a.tar.gz tangerine-wallet-browser-f17dc5f4520ce6f9f08db1e87ec9a8917697029a.tar.zst tangerine-wallet-browser-f17dc5f4520ce6f9f08db1e87ec9a8917697029a.zip |
Merge pull request #4214 from MetaMask/tx-controller-doc-typo
Fix documentation error
-rw-r--r-- | app/scripts/controllers/transactions/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/controllers/transactions/index.js b/app/scripts/controllers/transactions/index.js index a1588cfef..3886db104 100644 --- a/app/scripts/controllers/transactions/index.js +++ b/app/scripts/controllers/transactions/index.js @@ -114,7 +114,7 @@ class TransactionController extends EventEmitter { /** Check if a txMeta in the list with the same nonce has been confirmed in a block if the txParams dont have a nonce will return false - @returns {boolean} weather the nonce has been used in a transaction confirmed in a block + @returns {boolean} whether the nonce has been used in a transaction confirmed in a block @param {object} txMeta - the txMeta object */ async isNonceTaken (txMeta) { |