From 10ce15f5968c9ae3f8cbddabbf07dae75caeec1a Mon Sep 17 00:00:00 2001 From: Mikerah Date: Thu, 14 May 2020 22:14:08 -0400 Subject: [PATCH] typo fix (#6223) --- docs/intro/sdk-app-architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/sdk-app-architecture.md b/docs/intro/sdk-app-architecture.md index 68785906e..3cb8e7121 100644 --- a/docs/intro/sdk-app-architecture.md +++ b/docs/intro/sdk-app-architecture.md @@ -36,7 +36,7 @@ The Cosmos SDK gives developers maximum flexibility to define the state of their ## Tendermint -Thanks to the Cosmos SDK, develepers just have to define the state machine, and [*Tendermint*](https://tendermint.com/docs/introduction/what-is-tendermint.html) will handle replication over the network for them. +Thanks to the Cosmos SDK, developers just have to define the state machine, and [*Tendermint*](https://tendermint.com/docs/introduction/what-is-tendermint.html) will handle replication over the network for them. ``` @@ -97,4 +97,4 @@ Any application built on Tendermint needs to implement the ABCI interface in ord ## Next {hide} -Read about the [high-level design principles of the SDK](./sdk-design.md) {hide} \ No newline at end of file +Read about the [high-level design principles of the SDK](./sdk-design.md) {hide}