From a778248e4f7d75d23e06dd997ec5318a559d8b45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:00:11 +0400 Subject: [PATCH] chore: update documentation from cosmos-sdk/docs (#224) --- docs/user/run-node/06-run-production.md | 2 +- docs/user/run-node/08-onchain-multisig.md | 2 +- .../version-0.52/user/run-node/08-onchain-multisig.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/run-node/06-run-production.md b/docs/user/run-node/06-run-production.md index 807ceea56..73e669e88 100644 --- a/docs/user/run-node/06-run-production.md +++ b/docs/user/run-node/06-run-production.md @@ -11,7 +11,7 @@ This section describes how to securely run a node in a public setting and/or on When operating a node, full node or validator, in production it is important to set your server up securely. :::note -There are many different ways to secure a server and your node, the described steps here is one way. To see another way of setting up a server see the [run in production tutorial](https://tutorials.cosmos.network/hands-on-exercise/5-run-in-prod/1-overview.html). +There are many different ways to secure a server and your node, the described steps here is one way. To see another way of setting up a server see the [run in production tutorial](https://tutorials.cosmos.network/hands-on-exercise/4-run-in-prod). ::: :::note diff --git a/docs/user/run-node/08-onchain-multisig.md b/docs/user/run-node/08-onchain-multisig.md index a93e59620..a1e2e6d50 100644 --- a/docs/user/run-node/08-onchain-multisig.md +++ b/docs/user/run-node/08-onchain-multisig.md @@ -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 diff --git a/versioned_docs/version-0.52/user/run-node/08-onchain-multisig.md b/versioned_docs/version-0.52/user/run-node/08-onchain-multisig.md index a93e59620..a1e2e6d50 100644 --- a/versioned_docs/version-0.52/user/run-node/08-onchain-multisig.md +++ b/versioned_docs/version-0.52/user/run-node/08-onchain-multisig.md @@ -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