From fb706b54a23a69d485069ea5e4cb0674a0f78839 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 4 Jul 2022 01:12:46 +0900 Subject: [PATCH] refactor: fix typo in ConcentratedLiquidityPool.test.ts accross -> across --- test/concentrated/ConcentratedLiquidityPool.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/concentrated/ConcentratedLiquidityPool.test.ts b/test/concentrated/ConcentratedLiquidityPool.test.ts index e45093e4..12ee05d8 100644 --- a/test/concentrated/ConcentratedLiquidityPool.test.ts +++ b/test/concentrated/ConcentratedLiquidityPool.test.ts @@ -314,7 +314,7 @@ describe("Concentrated Liquidity Product Pool", function () { const lp = await addLiquidityViaManager(addLiquidityParams); - // swap accross the range and back + // swap across the range and back // ▼ - - - - - - -> ▼ // ----------------|xxxxxxxxxxx|------------------------------- // ----|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|----- @@ -337,7 +337,7 @@ describe("Concentrated Liquidity Product Pool", function () { inAmount: swapTx.output, recipient: defaultAddress, }); - // swap accross the range and back + // swap across the range and back // ▼ - - - - - - -> ▼ // ----------------|xxxxxxxxxxx|-----|xxxxxxxxxx|-------- // ------------------------------------------------------ @@ -402,7 +402,7 @@ describe("Concentrated Liquidity Product Pool", function () { addLiquidityParams = helper.setTicks(lower + 3 * step, upper + 3 * step, addLiquidityParams); await addLiquidityViaManager(addLiquidityParams); - // swap accross a zero liquidity range and back + // swap across a zero liquidity range and back // ▼ - - - - - - - - - -> ▼ // ----|----|-------|xxxxxxxxxxxx|-------|xxxxxxxxxxx|-----