Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Apr 17, 2024
1 parent f953e9f commit 74182da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/composer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export type MethodCallParams = CommonTransactionParams &
method: algosdk.ABIMethod
/** Arguments to the ABI method, either:
* * An ABI value
* * A transaction with explcit signer
* * A transaction with explicit signer
* * A transaction (where the signer will be automatically assigned)
* * An unawaited transaction (e.g. from algorand.transactions.transactionType())
* * Another method call (via method call params object)
Expand Down

0 comments on commit 74182da

Please sign in to comment.