Skip to content

Commit

Permalink
Fix typo (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello-pv01 authored Nov 14, 2024
1 parent 284c4f0 commit dcc22c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contracts/v4/concepts/05-subscribers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dcc22c5

Please sign in to comment.