Fix a (trivial) typo in the RPC docs. (#368)

This commit is contained in:
M. J. Fromberger
2021-11-25 12:13:23 +01:00
committed by GitHub
parent e92aa56a75
commit b7e5349e98
+2 -2
View File
@@ -11,8 +11,8 @@ This file defines the JSON-RPC spec of Tendermint. This is meant to be implement
## Support
| | [Tendermint-Go](https://github.com/tendermint/tendermint/) | [endermint-Rs](https://github.com/informalsystems/tendermint-rs) |
|--------------|:----------------------------------------------------------:|:----------------------------------------------------------------:|
| | [Tendermint-Go](https://github.com/tendermint/tendermint/) | [Tendermint-Rs](https://github.com/informalsystems/tendermint-rs) |
|--------------|:-----------------------------------------------------------:|:-----------------------------------------------------------------:|
| JSON-RPC 2.0 | ✅ | ✅ |
| HTTP | ✅ | ✅ |
| HTTPS | ✅ | ❌ |