Skip to content

Commit

Permalink
Merge pull request 0xSplits#7 from rashtrakoff/patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
wminshew authored Aug 4, 2022
2 parents d6021f2 + ed8b0a4 commit 63681fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/modules/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the protocol.
Above the protocol modules execute logic _before_ tokens are sent to the Split.
This means tokens must be sent to the module directly instead of the Split. For
example, a [Vesting Module](/modules/overview) vests tokens _before_ sending the
vested portion to a Split. Tokens are first sent to the Mesting Module and then
vested portion to a Split. Tokens are first sent to the Vesting Module and then
to the Split.

Below the protocol modules execute logic _after_ tokens have been sent to a
Expand Down

0 comments on commit 63681fa

Please sign in to comment.