aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-12-05 21:56:50 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-12-05 21:56:50 +0800
commite1127dc2e850490e78a6a14366a7421ffc3a9fc9 (patch)
tree61eb932f48c5e0f9140c8c54c55ba9f0d17d1fc6 /packages/0x.js/src
parent5d1b845cad3a9f20703ec49954e3d97ffa1f0b06 (diff)
downloaddexon-sol-tools-e1127dc2e850490e78a6a14366a7421ffc3a9fc9.tar
dexon-sol-tools-e1127dc2e850490e78a6a14366a7421ffc3a9fc9.tar.gz
dexon-sol-tools-e1127dc2e850490e78a6a14366a7421ffc3a9fc9.tar.bz2
dexon-sol-tools-e1127dc2e850490e78a6a14366a7421ffc3a9fc9.tar.lz
dexon-sol-tools-e1127dc2e850490e78a6a14366a7421ffc3a9fc9.tar.xz
dexon-sol-tools-e1127dc2e850490e78a6a14366a7421ffc3a9fc9.tar.zst
dexon-sol-tools-e1127dc2e850490e78a6a14366a7421ffc3a9fc9.zip
Fix a typo
Diffstat (limited to 'packages/0x.js/src')
-rw-r--r--packages/0x.js/src/contract_wrappers/generated/base_contract.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/src/contract_wrappers/generated/base_contract.ts b/packages/0x.js/src/contract_wrappers/generated/base_contract.ts
index e5f536448..9abba14cd 100644
--- a/packages/0x.js/src/contract_wrappers/generated/base_contract.ts
+++ b/packages/0x.js/src/contract_wrappers/generated/base_contract.ts
@@ -20,7 +20,7 @@ export class BaseContract {
const txDataWithDefaults = {
...removeUndefinedProperties(this.defaults),
...removeUndefinedProperties(txData as any),
- // HACK: TS can't prove that T is speadable.
+ // HACK: TS can't prove that T is spreadable.
// Awaiting https://github.com/Microsoft/TypeScript/pull/13288 to be merged
};
if (_.isUndefined(txDataWithDefaults.gas) && !_.isUndefined(estimateGasAsync)) {