From b22ad97fe7794f8ba606af351857ed5819570ff9 Mon Sep 17 00:00:00 2001 From: Josh Klopfenstein Date: Thu, 3 Aug 2023 03:41:17 -0500 Subject: [PATCH] docs: fix typo in `00-protobuf.md` (#17232) (cherry picked from commit 228c28687b64a0844ca35649f151feb882c2ff2b) --- docs/docs/tooling/00-protobuf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tooling/00-protobuf.md b/docs/docs/tooling/00-protobuf.md index 42e9d3bf03fb..6c27d491d96d 100644 --- a/docs/docs/tooling/00-protobuf.md +++ b/docs/docs/tooling/00-protobuf.md @@ -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.11.2`