fix: correct various typos across codebase (#25106)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user