diff --git a/education/governance-frameworks/multisigs.md b/education/governance-frameworks/multisigs.md index d414a1e..73fac70 100644 --- a/education/governance-frameworks/multisigs.md +++ b/education/governance-frameworks/multisigs.md @@ -22,7 +22,7 @@ Multisig governance is typically paired with a signal voting mechanism to mainta After considering a proposal in the community's discussion venue, a signal vote will be held to assess support. While this typically involves voting with Snapshot, in some cases communities may use onchain signal voting (eg. early Yearn [ygov.finance voting tool](https://ygov.finance/vote)) or off chain voting which is weighted by user accounts instead of token holdings (eg. polls in Discourse forums or Discord). -Regardless of voting system used (on or off chain, weighted by users or token holdings), the vote itself doesn't trigger execution of the proposal's effects. Instead, the vote serves as instructions for the multisig signers to execute the proposal using their admin priveledges. +Regardless of voting system used (on or off chain, weighted by users or token holdings), the vote itself doesn't trigger execution of the proposal's effects. Instead, the vote serves as instructions for the multisig signers to execute the proposal using their admin privileges. ### **Drawbacks** diff --git a/how-to-use-tally/proposals/creating-proposals/custom-actions/streaming-payments-with-sablier.md b/how-to-use-tally/proposals/creating-proposals/custom-actions/streaming-payments-with-sablier.md index 1fc1b64..00dcb69 100644 --- a/how-to-use-tally/proposals/creating-proposals/custom-actions/streaming-payments-with-sablier.md +++ b/how-to-use-tally/proposals/creating-proposals/custom-actions/streaming-payments-with-sablier.md @@ -124,7 +124,7 @@ Let’s go over them one by one: * **broker address:** the broker address. If you don’t know what this is, you don't need it. Simply set it to `0x0000000000000000000000000000000000000000` as laid out in the example. * **broker fee:** the broker fee. Again, if you don’t know what this is, you don’t need it. Simply set it to `0`. -Regarding cancelation, all streams in Sablier V2 have a cancelation setting. +Regarding cancelation, all streams in Sablier V2 have a cancellation setting. If it’s set to `true`, that means that the stream can be canceled at any time by the stream creator. The stream creator is the DAO. Canceling the stream will stop it and return the funds which haven’t yet been streamed over to the stream creator. If the DAO wants to cancel a cancellable stream, generally that will require another proposal.