diff --git a/spec/abci++/abci++_basic_concepts_002_draft.md b/spec/abci++/abci++_basic_concepts_002_draft.md index 22517fdbb..86f235e9c 100644 --- a/spec/abci++/abci++_basic_concepts_002_draft.md +++ b/spec/abci++/abci++_basic_concepts_002_draft.md @@ -214,7 +214,7 @@ transactions and compute the same results. Some Applications may choose to execute the blocks that are about to be proposed (via `PrepareProposal`), or those that the Application is asked to validate -(via `Processproposal`). However, the state changes caused by processing those +(via `ProcessProposal`). However, the state changes caused by processing those proposed blocks must never replace the previous state until `FinalizeBlock` confirms the block decided.