fix: correct various typos across codebase (#25106)

This commit is contained in:
James Niken
2025-08-06 18:23:31 +00:00
committed by GitHub
parent 56775c81d0
commit 87b5e6c44b
16 changed files with 19 additions and 23 deletions
@@ -47,7 +47,7 @@ One such tool is [grpcurl](https://github.com/fullstorydev/grpcurl), and a gRPC
```bash
grpcurl \
-plaintext # We want results in plain test
-plaintext # We want results in plain text
-import-path ./proto \ # Import these .proto files
-proto ./proto/cosmos/staking/v1beta1/query.proto \ # Look into this .proto file for the Query protobuf service
-d '{"address":"$MY_DELEGATOR"}' \ # Query arguments