diff --git a/docs/html/types/ParaSwapVersion.html b/docs/html/types/ParaSwapVersion.html index 2df39347f..abaf01723 100644 --- a/docs/html/types/ParaSwapVersion.html +++ b/docs/html/types/ParaSwapVersion.html @@ -15,7 +15,7 @@

Type alias ParaSwapVersion

ParaSwapVersion: EnumerateLiteral<typeof <internal>.ParaSwapVersion>
-

Description

Passed to version API enpoints as ?version: to /prices and /adapters

+

Description

Passed to version API endpoints as ?version: to /prices and /adapters

diff --git a/docs/md/modules.md b/docs/md/modules.md index f7eae92fd..2f4cbd593 100644 --- a/docs/md/modules.md +++ b/docs/md/modules.md @@ -1168,7 +1168,7 @@ ___ **`Description`** -Passed to version API enpoints as ?version: to /prices and /adapters +Passed to version API endpoints as ?version: to /prices and /adapters #### Defined in diff --git a/jest.config.js b/jest.config.js index 93e382a3e..9ba690bbc 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,6 +1,6 @@ module.exports = { moduleNameMapper: { - // force resolve `axios` mopdule as CommonJS + // force resolve `axios` module as CommonJS // axios@>1.0.0 breaks in jest otherwise '^axios$': require.resolve('axios'), }, diff --git a/src/methods/limitOrders/helpers/buildOrderData.ts b/src/methods/limitOrders/helpers/buildOrderData.ts index 8a0ed322f..7e24df166 100644 --- a/src/methods/limitOrders/helpers/buildOrderData.ts +++ b/src/methods/limitOrders/helpers/buildOrderData.ts @@ -66,7 +66,7 @@ export function buildOrderData({ takerAmount, maker, AugustusAddress, - // if taker is specified -- p2p order for that taker only to fill through Augustus (v5) or direcly (v6)-- taker = Augustus | _taker, takerInNonce = _taker + // if taker is specified -- p2p order for that taker only to fill through Augustus (v5) or directly (v6)-- taker = Augustus | _taker, takerInNonce = _taker // if taker is not specified -- limitOrder for anyone to fill through Augustus or not -- taker = Zero, takerInNonce = Zero taker: takerInNonce = ZERO_ADDRESS, // if given, overrides the above choices made based on `taker` diff --git a/src/types.ts b/src/types.ts index 055059217..e1e4e2e0b 100644 --- a/src/types.ts +++ b/src/types.ts @@ -30,7 +30,7 @@ type EnumerateLiteral> = { // `alpha`,`beta` and other non-numbers can be used // allowing enum only forces users to import and pass that enum -/** @description Passed to version API enpoints as ?version: to /prices and /adapters */ +/** @description Passed to version API endpoints as ?version: to /prices and /adapters */ export type ParaSwapVersionUnion = EnumerateLiteral; export interface ConstructBaseInput {