From 0c5a9fbc2c615002cc0ce3d8f9c4b79a6fd3b5a2 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 28 Nov 2017 12:06:11 -0600 Subject: Fix a typo --- packages/0x.js/src/contract.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/0x.js/src/contract.ts b/packages/0x.js/src/contract.ts index 0cd3a315f..872f18b2a 100644 --- a/packages/0x.js/src/contract.ts +++ b/packages/0x.js/src/contract.ts @@ -62,7 +62,7 @@ export class Contract implements Web3.ContractInstance { txData = args.pop(); } // Gas amount sourced with the following priorities: - // 1. Optional param passed it to public method call + // 1. Optional param passed in to public method call // 2. Global config passed in at library instantiation // 3. Gas estimate calculation + safety margin const removeUndefinedProperties = _.pickBy; -- cgit v1.2.3