From 2eb4c8c3b8f553b78d9964b55a05e9322de70cc0 Mon Sep 17 00:00:00 2001 From: Andrey Garkusha <105675656+tarkusha@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:49:32 +0000 Subject: [PATCH] Update 05-range-orders.md (#861) --- docs/sdk/v3/guides/advanced/05-range-orders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/v3/guides/advanced/05-range-orders.md b/docs/sdk/v3/guides/advanced/05-range-orders.md index 365195ab2..8be7ba3a4 100644 --- a/docs/sdk/v3/guides/advanced/05-range-orders.md +++ b/docs/sdk/v3/guides/advanced/05-range-orders.md @@ -155,7 +155,7 @@ We now have a lower and upper Tick for our Position, next we need to construct a ## Creating the Single Side Liquidity Position -We will use the `NonfungiblePositionManager` and `Position` classes from the `v3-sdk` to construct our position. We then use an **etherJS** wallet to mint our Position on-chain. +We will use the `NonfungiblePositionManager` and `Position` classes from the `v3-sdk` to construct our position. We then use an **etherJS** wallet to mint our Position onchain. If you are not familiar with liquidity Positions, check out the [liquidity position guides](../liquidity/01-position-data.md).