diff options
-rw-r--r-- | src/utils/exchange_transfer_simulator.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/exchange_transfer_simulator.ts b/src/utils/exchange_transfer_simulator.ts index fe6bf43bd..00a05f78d 100644 --- a/src/utils/exchange_transfer_simulator.ts +++ b/src/utils/exchange_transfer_simulator.ts @@ -84,7 +84,7 @@ export class BalanceAndProxyAllowanceLazyStore { export class ExchangeTransferSimulator extends BalanceAndProxyAllowanceLazyStore { /** * Simulates transferFrom call performed by a proxy - * @param tokenAddress Address of a token to be transfered + * @param tokenAddress Address of the token to be transferred * @param from Owner of the transfered tokens * @param to Recipient of the transfered tokens * @param amountInBaseUnits The amount of tokens being transfered |