From 75fc5d5a1eedf8c2688129d9f67c7024a3bc32f1 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 4 Jan 2022 15:17:49 -0500 Subject: [PATCH] wip --- docs/architecture/adr-074-timeout-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-074-timeout-params.md b/docs/architecture/adr-074-timeout-params.md index 82c74d27f..d1747b619 100644 --- a/docs/architecture/adr-074-timeout-params.md +++ b/docs/architecture/adr-074-timeout-params.md @@ -130,7 +130,7 @@ require a longer `TimeoutCommit` to allow the application to complete its work and be prepared for the next height. * From https://github.com/tendermint/spec/issues/359 it looks like `TimeoutCommit` really only exists for the purpose of allowing -precommits to be collected after the +2/3 has initially been seen. Not much more value to it than that. +precommits to be collected after the +2/3 has initially been seen. Not much more value to it than that. * allowing long timeout commit discussed here: https://github.com/tendermint/tendermint/issues/5911#issuecomment-973560381