Skip to content

Commit

Permalink
Fix typo in TransactionController.ts (MetaMask#775)
Browse files Browse the repository at this point in the history
Attemps -> Attempts
  • Loading branch information
eltociear authored Apr 8, 2022
1 parent 91b8435 commit 41a5238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction/TransactionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ export class TransactionController extends BaseController<
}

/**
* Attemps to speed up a transaction increasing transaction gasPrice by ten percent.
* Attempts to speed up a transaction increasing transaction gasPrice by ten percent.
*
* @param transactionID - The ID of the transaction to speed up.
* @param gasValues - The gas values to use for the speed up transation.
Expand Down

0 comments on commit 41a5238

Please sign in to comment.