From b1fbd372261338be81f50f03cb13680c672a0652 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 14:03:29 +0200 Subject: [PATCH] typo (#9001) (#9019) (cherry picked from commit 31457ad3614deddc0360b3f24bc8a528d7c63cc7) Co-authored-by: Sergio Mena --- spec/abci++/abci++_basic_concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/abci++/abci++_basic_concepts.md b/spec/abci++/abci++_basic_concepts.md index 5481f7630..74b7a4d01 100644 --- a/spec/abci++/abci++_basic_concepts.md +++ b/spec/abci++/abci++_basic_concepts.md @@ -79,7 +79,7 @@ call sequences of these methods. - [**ProcessProposal:**](./abci++_methods.md#processproposal) It allows a validator to perform application-dependent work in a proposed block. This enables features such as immediate block execution, and allows the Application to reject invalid blocks. - Tendermint calls it when it receives a proposal and the Tendermint algorithms has not locked on a + Tendermint calls it when it receives a proposal and the Tendermint algorithm has not locked on a value. The Application cannot modify the proposal at this point but can reject it if it is invalid. If that is the case, Tendermint will prevote `nil` on the proposal, which has strong liveness implications for Tendermint. As a general rule, the Application