diff --git a/Dockerfile b/Dockerfile index 316dd3ff2..a4915844e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV DEBIAN_FRONTEND=noninteractive \ USERNAME=appuser \ APP_PATH=/data -#* curl jq - required for readyness probe and to download genesis +#* curl jq - required for readiness probe and to download genesis RUN apt update && \ apt -y dist-upgrade && \ apt install -y --no-install-recommends \ diff --git a/Dockerfile.cosmovisor b/Dockerfile.cosmovisor index 1088c6e98..3494a4b02 100644 --- a/Dockerfile.cosmovisor +++ b/Dockerfile.cosmovisor @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive \ USERNAME=appuser \ APP_PATH=/data -#* curl jq - required for readyness probe and to download genesis +#* curl jq - required for readiness probe and to download genesis RUN apt update && \ apt -y dist-upgrade && \ apt install -y --no-install-recommends \ diff --git a/Dockerfile.development b/Dockerfile.development index 9d57b2d6c..c63612b3f 100644 --- a/Dockerfile.development +++ b/Dockerfile.development @@ -25,7 +25,7 @@ ENV DEBIAN_FRONTEND=noninteractive \ USERNAME=appuser \ APP_PATH=/data -#* curl jq - required for readyness probe and to download genesis +#* curl jq - required for readiness probe and to download genesis #* bc - required for generate_genesis.sh RUN apt update && \ apt -y dist-upgrade && \ diff --git a/README.md b/README.md index 62d0ebe7b..b68ab4a19 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ allorad --home=$APP_HOME q staking validators -o=json | \ `allorad --home=$APP_HOME status | jq -r '.validator_info.voting_power'` - Output should be > 0 -## Unstaking/unbounding a validator +## Unstaking/unbonding a validator If you need to delete a validator from the chain, you just need to unbound the stake.