From dcc22c5c8dc93baed402c84cd757c5362fb1b066 Mon Sep 17 00:00:00 2001 From: Marcello <126456879+marcello-pv01@users.noreply.github.com> Date: Thu, 14 Nov 2024 07:14:23 +0100 Subject: [PATCH] Fix typo (#805) --- docs/contracts/v4/concepts/05-subscribers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contracts/v4/concepts/05-subscribers.mdx b/docs/contracts/v4/concepts/05-subscribers.mdx index 44cc75f47..84ed32152 100644 --- a/docs/contracts/v4/concepts/05-subscribers.mdx +++ b/docs/contracts/v4/concepts/05-subscribers.mdx @@ -2,7 +2,7 @@ title: Subscribers --- -Subscribers, new in Uniswap v4, allow for liquidity-position owners to opt-in to a contract that receives _notifcations_. +Subscribers, new in Uniswap v4, allow for liquidity-position owners to opt-in to a contract that receives _notifications_. The new design is intended to support _liquidity mining_, additional rewards given to in-range liquidity providers. Through notification logic, position owners do not need to risk their liquidity position and its underlying assets. In Uniswap v3, _liquidity mining_ was supported by fully transferring the liquidity position to an external contract; this old design would give the external contract full ownership and control of the liquidity position.