diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-04 16:54:34 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-04 16:54:34 +0800 |
commit | 2b9418b7009a54c5943dd42b34db8f82ddf50e99 (patch) | |
tree | ef4801ac011faaa373581d195863ba4f723686b9 | |
parent | aa995ff9941c4f319985e23a14d0a87fc7b9ea1c (diff) | |
download | dexon-sol-tools-2b9418b7009a54c5943dd42b34db8f82ddf50e99.tar dexon-sol-tools-2b9418b7009a54c5943dd42b34db8f82ddf50e99.tar.gz dexon-sol-tools-2b9418b7009a54c5943dd42b34db8f82ddf50e99.tar.bz2 dexon-sol-tools-2b9418b7009a54c5943dd42b34db8f82ddf50e99.tar.lz dexon-sol-tools-2b9418b7009a54c5943dd42b34db8f82ddf50e99.tar.xz dexon-sol-tools-2b9418b7009a54c5943dd42b34db8f82ddf50e99.tar.zst dexon-sol-tools-2b9418b7009a54c5943dd42b34db8f82ddf50e99.zip |
Fix a typo
-rw-r--r-- | src/contract_wrappers/token_wrapper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contract_wrappers/token_wrapper.ts b/src/contract_wrappers/token_wrapper.ts index 95f5491c9..91af223e4 100644 --- a/src/contract_wrappers/token_wrapper.ts +++ b/src/contract_wrappers/token_wrapper.ts @@ -282,7 +282,7 @@ export class TokenWrapper extends ContractWrapper { } /** * Gets historical logs without creating a subscription - * @param tokenAddress An address of the token that emited the logs. + * @param tokenAddress An address of the token that emmited the logs. * @param eventName The token contract event you would like to subscribe to. * @param subscriptionOpts Subscriptions options that let you configure the subscription. * @param indexFilterValues An object where the keys are indexed args returned by the event and |