typo fix (#6223)
This commit is contained in:
parent
c9ec0ff087
commit
10ce15f596
|
@ -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}
|
||||
Read about the [high-level design principles of the SDK](./sdk-design.md) {hide}
|
||||
|
|
Loading…
Reference in New Issue