Skip to content

Commit

Permalink
Fix Typos in Governance Docs and Interchain Tests README (#3429)
Browse files Browse the repository at this point in the history
* Update README.md

* Update process.md
  • Loading branch information
sky-coderay authored Dec 9, 2024
1 parent c8a66af commit 7949a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/governance/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/interchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7949a73

Please sign in to comment.