Skip to content

Commit 41a5238

Browse files
author
Ikko Ashimine
authored
Fix typo in TransactionController.ts (#775)
Attemps -> Attempts
1 parent 91b8435 commit 41a5238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction/TransactionController.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ export class TransactionController extends BaseController<
814814
}
815815

816816
/**
817-
* Attemps to speed up a transaction increasing transaction gasPrice by ten percent.
817+
* Attempts to speed up a transaction increasing transaction gasPrice by ten percent.
818818
*
819819
* @param transactionID - The ID of the transaction to speed up.
820820
* @param gasValues - The gas values to use for the speed up transation.

0 commit comments

Comments
 (0)