docs: fixed typo in threshold and quorums section of onchain multi-sig guide in user guide section of sdk docs (backport #22374) (#22375)

Co-authored-by: Pratik patil <64604209+pratikpatil2001@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2024-10-26 21:51:27 +02:00 committed by GitHub
parent b5e9e56d18
commit f16b478e13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ features.
The previous implementation only allowed for m-of-n multisig accounts, where m is the number of signatures required to
authorize a transaction and n is the total number of signers. The new implementation allows for more flexibility by
introducing threshold and quorum values. The quorum is the minimum voting power to make a proposal valid, while the
threshol is the minimum of voting power of YES votes to pass a proposal.
threshold is the minimum of voting power of YES votes to pass a proposal.
### Revote