[docs:typo fix] remove misplaced "the"

This commit is contained in:
Sylvain Bellemare
2017-10-09 20:06:43 +02:00
parent 7682ad9a60
commit 8219abc552

View File

@@ -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