docs: clean a bunch of stuff up

This commit is contained in:
Zach Ramsay
2017-08-31 15:30:17 -04:00
parent aaef2f7c84
commit e509e8f354
15 changed files with 46 additions and 75 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ TSP
If GRPC is not available in your language, or you require higher
performance, or otherwise enjoy programming, you may implement your own
ABCI server using the Tendermint Socket Protocol, known affectionaltely
ABCI server using the Tendermint Socket Protocol, known affectionately
as Teaspoon. The first step is still to auto-generate the relevant data
types and codec in your language using ``protoc``. Messages coming over
the socket are Protobuf3 encoded, but additionally length-prefixed to