Skip to content

Commit

Permalink
docs: typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkflow27 committed Jul 4, 2024
1 parent afdf377 commit 54f1342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/core-concepts/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ When a new pool is registered a hook contract address can be passed to "link" th

![Vault-Pool-Hooks relation](/images/hooks.png)

The architecture shows that a hooks contract is a standalone contract, which can be used my multiple pools of the same type (WeightedPools) but also multiple pools of different pool types (WeightedPools, StablePools). The address of the hook is passed to the pool registration.
The architecture shows that a hooks contract is a standalone contract, which can be used by multiple pools of the same type (WeightedPools) but also multiple pools of different pool types (WeightedPools, StablePools). The address of the hook is passed to the pool registration.

```solidity
function registerPool(
Expand Down

0 comments on commit 54f1342

Please sign in to comment.