From 7949a73877a2764474ce432f1b13001e6015001b Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:24:34 +0200 Subject: [PATCH] Fix Typos in Governance Docs and Interchain Tests README (#3429) * Update README.md * Update process.md --- docs/docs/governance/process.md | 2 +- tests/interchain/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/governance/process.md b/docs/docs/governance/process.md index 06f5f9fce60..782e80b968c 100644 --- a/docs/docs/governance/process.md +++ b/docs/docs/governance/process.md @@ -21,7 +21,7 @@ The deposit period lasts either 14 days or until the proposal deposit totals 250 Prior to a governance proposal entering the voting period (i.e., for the proposal to be voted upon), there must be at least a minimum number of ATOMs deposited (250). Anyone may contribute to this deposit, though it is usually filled by the proposal maker. Deposits of passed and failed proposals are returned to the contributors. -In the past, different people have considered contributions amounts differently. There is some consensus that this should be a personal choice. There is also some consensus that this can be an opportunity for supporters to signal their support by adding to the deposit amount, so a proposer may choose to leave contribution room (i.e., a deposit below 250 ATOMs) so that others may participate. It is important to remember that any contributed ATOMs are at risk of being burned. +In the past, different people have considered contribution amounts differently. There is some consensus that this should be a personal choice. There is also some consensus that this can be an opportunity for supporters to signal their support by adding to the deposit amount, so a proposer may choose to leave contribution room (i.e., a deposit below 250 ATOMs) so that others may participate. It is important to remember that any contributed ATOMs are at risk of being burned. ### Burned deposits diff --git a/tests/interchain/README.md b/tests/interchain/README.md index 90ae60ee125..2ebd88e6a82 100644 --- a/tests/interchain/README.md +++ b/tests/interchain/README.md @@ -9,7 +9,7 @@ You can build a docker image using the [docker-push](../../.github/workflows/doc `docker-push` runs nightly on the `main` branch, and for all new releases, but you can also [run it manually on any branch](https://github.com/cosmos/gaia/actions/workflows/docker-push.yml) -Once the `gaia` image is built, the `docker-push` action workflow automatically invoke the +Once the `gaia` image is built, the `docker-push` action workflow automatically invokes the [interchain-test](../../.github/workflows/interchain-test.yml) workflow. Read on to learn how these tests work.