From 31457ad3614deddc0360b3f24bc8a528d7c63cc7 Mon Sep 17 00:00:00 2001 From: Sergio Mena Date: Fri, 15 Jul 2022 12:01:29 +0200 Subject: [PATCH] typo (#9001) --- 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 9b9167865..b02798b57 100644 --- a/spec/abci++/abci++_basic_concepts.md +++ b/spec/abci++/abci++_basic_concepts.md @@ -80,7 +80,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