Skip to content

Commit

Permalink
typo #2
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Oct 18, 2024
1 parent 39bb17a commit c42eaee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/build/modules/02-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -2423,7 +2423,7 @@ Output:

#### Throttle State

The `QueryThrottleState` queries the main on-chain state relevant to slash packet throttling.
The `QueryThrottleState` endpoint queries the main on-chain state relevant to slash packet throttling.

```bash
interchain_security.ccv.provider.v1.Query/QueryThrottleState
Expand Down Expand Up @@ -2815,7 +2815,7 @@ Output:

#### Consumer Chain

The `QueryConsumerChain` command allows to query the consumer chain associated with the consumer id.
The `QueryConsumerChain` endpoint allows to query the consumer chain associated with the consumer id.

```bash
interchain_security.ccv.provider.v1.Query/QueryConsumerChain
Expand Down Expand Up @@ -2866,7 +2866,7 @@ grpcurl -plaintext -d '{"consumer_id": "0"}' localhost:9090 interchain_security.

#### Consumer Genesis Time

The `QueryConsumerGenesisTime` command allows to query the genesis time of the consumer chain associated with the consumer id.
The `QueryConsumerGenesisTime` endpoint allows to query the genesis time of the consumer chain associated with the consumer id.

```bash
interchain_security.ccv.provider.v1.Query/QueryConsumerGenesisTime
Expand Down

0 comments on commit c42eaee

Please sign in to comment.