docs: fix typo in 00-protobuf.md (backport #17232) (#17271)

Co-authored-by: Josh Klopfenstein <git@joshklop.com>
This commit is contained in:
mergify[bot]
2023-08-03 11:03:02 +02:00
committed by GitHub
co-authored by Josh Klopfenstein
parent ee5b2e3afc
commit c1e800a7fd
+1 -1
View File
@@ -4,7 +4,7 @@ sidebar_position: 1
# Protocol Buffers
It is known that Cosmos SDK uses protocol buffers extensively, this docuemnt is meant to provide a guide on how it is used in the cosmos-sdk.
It is known that Cosmos SDK uses protocol buffers extensively, this document is meant to provide a guide on how it is used in the cosmos-sdk.
To generate the proto file, the Cosmos SDK uses a docker image, this image is provided to all to use as well. The latest version is `ghcr.io/cosmos/proto-builder:0.12.x`