From 72f39e2d1f4414c75c335c8ab6debeae05e058f0 Mon Sep 17 00:00:00 2001 From: Alex Kogon Date: Thu, 21 Nov 2019 14:23:37 -0800 Subject: [PATCH] Fixed typo (#4181) --- abci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abci/README.md b/abci/README.md index 110ad40e9..2debe4183 100644 --- a/abci/README.md +++ b/abci/README.md @@ -8,7 +8,7 @@ can manage an application state running in another. Previously, the ABCI was referred to as TMSP. -The community has provided a number of addtional implementations, see the [Tendermint Ecosystem](https://tendermint.com/ecosystem) +The community has provided a number of additional implementations, see the [Tendermint Ecosystem](https://tendermint.com/ecosystem) ## Installation & Usage