From 9093278ba7e8d745b80e07338dfb65be8423e3c3 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Thu, 12 Dec 2024 23:26:06 +0200 Subject: [PATCH] fix: typos in documentation files (#839) --- docs/concepts/protocol/concentrated-liquidity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/protocol/concentrated-liquidity.md b/docs/concepts/protocol/concentrated-liquidity.md index af8454f7cb..048aedfc43 100644 --- a/docs/concepts/protocol/concentrated-liquidity.md +++ b/docs/concepts/protocol/concentrated-liquidity.md @@ -30,7 +30,7 @@ As the price of an asset rises or falls, it may exit the price bounds that LPs h As price moves in one direction, LPs gain more of the one asset as swappers demand the other, until their entire liquidity consists of only one asset. (In v2, we don't typically see this behavior because LPs rarely reach the upper or lower bound of the price of two assets, i.e., 0 and ∞). If the price ever reenters the interval, the liquidity becomes active again, and in-range LPs begin earning fees once more. -Importantly, LPs are free to create as many positions as they see fit, each with its own price interval. Concentrated liquidity serves as a mechanism to let the market decide what a sensible distribution of liquidity is, as rational LPs are incentivize to concentrate their liquidity while ensuring that their liquidity remains active. +Importantly, LPs are free to create as many positions as they see fit, each with its own price interval. Concentrated liquidity serves as a mechanism to let the market decide what a sensible distribution of liquidity is, as rational LPs are incentivized to concentrate their liquidity while ensuring that their liquidity remains active. ## Ticks