Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ControlFlow.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ actually executed within a pre-loaded liquidity curve.
### Ambient Mints & Burns

Ambient liquidity positions represent liquidity that's active at every price point along the curve. Because this liquidity never goes in or out of
range there's less gas cost associated with these actions, and external staking contracts can be guaranteed that these positions continiously add
range there's less gas cost associated with these actions, and external staking contracts can be guaranteed that these positions continuously add
liquidity across their entire lifetime.

A mint action is when the user adds liquidity to the pool by creating a new position or increasing the liquidity in a previous position:
Expand Down