diff --git a/docs/docs/integrators/integrating_inactive_validators.md b/docs/docs/integrators/integrating_inactive_validators.md index 10d8218173..8bab9683fa 100644 --- a/docs/docs/integrators/integrating_inactive_validators.md +++ b/docs/docs/integrators/integrating_inactive_validators.md @@ -24,4 +24,4 @@ The `bonded_tokens` will include the stake of all *bonded* validators. As the nu * All queries in the staking module that return a `Validator` -All *bonded* validators will show with `Status=Bonded` . To identify *active* validators, query the validator set from Tendermint (https://docs.cometbft.com/v0.37/rpc/#/Info/validators or `query comet-validator-set [height]`), which will return the set of all *active* validators. \ No newline at end of file +All *bonded* validators will show with `Status=Bonded`. To identify *active* validators, query the validator set from Tendermint (https://docs.cometbft.com/v0.37/rpc/#/Info/validators or `query comet-validator-set [height]`), which will return the set of all *active* validators. \ No newline at end of file