Skip to content

Commit

Permalink
typo fix (cosmos#6223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikerah authored May 15, 2020
1 parent c9ec0ff commit 10ce15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro/sdk-app-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


```
Expand Down Expand Up @@ -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}
Read about the [high-level design principles of the SDK](./sdk-design.md) {hide}

0 comments on commit 10ce15f

Please sign in to comment.