From 2c55eead7c71f4686711bcec198de8bd7a3d4714 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Tue, 4 Jan 2022 14:45:49 -0500 Subject: [PATCH] Update docs/architecture/adr-074-timeout-params.md Co-authored-by: M. J. Fromberger --- docs/architecture/adr-074-timeout-params.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture/adr-074-timeout-params.md b/docs/architecture/adr-074-timeout-params.md index 63886c87b..e806c2ccb 100644 --- a/docs/architecture/adr-074-timeout-params.md +++ b/docs/architecture/adr-074-timeout-params.md @@ -75,8 +75,8 @@ to these parameters will no longer be possible; instead, the application will co updating the parameters. Applications using the Cosmos SDK will be automatically be able to change the values of these consensus parameters [via a governance proposal][cosmos-sdk-consensus-params]. -This change is low risk. While these values may be configured, many running chains -do not change these parameters from their default values. For example, initializing +This change is low-risk. While parameters are locally configurable, many running chains +do not change them from their default values. For example, initializing a node on Osmosis, Terra, and the Cosmos Hub using the their `init` command produces a `config.toml` with Tendermint's default values for these parameters.