From 381bf990906b67cd42e5884db6f3e6da86aeefd0 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Mon, 20 Jan 2025 15:30:42 +0100 Subject: [PATCH 1/2] Fix typostreaming-payments-with-sablier.md --- .../custom-actions/streaming-payments-with-sablier.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 67583f7852ed3d0c69002dc9c735d910348b950b Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Mon, 20 Jan 2025 15:31:33 +0100 Subject: [PATCH 2/2] Typo fix multisigs.md --- education/governance-frameworks/multisigs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**