From 8219abc5521fc02e7208cb185cdec1971101a1af Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Mon, 9 Oct 2017 20:06:43 +0200 Subject: [PATCH] [docs:typo fix] remove misplaced "the" --- docs/app-development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app-development.rst b/docs/app-development.rst index 011fb0f39..7bf8a3b4b 100644 --- a/docs/app-development.rst +++ b/docs/app-development.rst @@ -288,7 +288,7 @@ When the app or tendermint restarts, they need to sync to a common height. When an ABCI connection is first established, Tendermint will call ``Info`` on the Query connection. The response should contain the LastBlockHeight and LastBlockAppHash - the former is the last block for -the which the app ran Commit successfully, the latter is the response +which the app ran Commit successfully, the latter is the response from that Commit. Using this information, Tendermint will determine what needs to be