From 33280d8015495cd52c66cc4f100c4a7ca3ddf5b5 Mon Sep 17 00:00:00 2001 From: gantunesr Date: Thu, 9 Sep 2021 11:47:27 -0300 Subject: [PATCH] docs(TransactionController): fix --- src/transaction/TransactionController.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/transaction/TransactionController.ts b/src/transaction/TransactionController.ts index 124e3954ce..a17aa8c20e 100644 --- a/src/transaction/TransactionController.ts +++ b/src/transaction/TransactionController.ts @@ -1342,7 +1342,7 @@ export class TransactionController extends BaseController< } /** - * Verifies if a local transaction is outdated in respect the remote transaction + * Verifies if a local transaction is outdated with respect to the remote transaction * @param remoteTx - Remote transaction from Etherscan * @param localTx - Local transaction * @returns boolean @@ -1365,7 +1365,7 @@ export class TransactionController extends BaseController< } /** - * Verifies if the status of a local transaction is outdated in respect the remote transaction + * Verifies if the status of a local transaction is outdated with respect to the remote transaction * @param remoteTxHash - Remote transaction hash * @param localTxHash - Local transaction hash * @param remoteTxStatus - Remote transaction status @@ -1382,7 +1382,7 @@ export class TransactionController extends BaseController< } /** - * Verifies if the gas data of a local transaction is outdated in respect the remote transaction + * Verifies if the gas data of a local transaction is outdated with respect to the remote transaction * @param remoteGasUsed - Remote gas used in the transaction * @param localGasUsed - Local gas used in the transaction * @returns boolean