doc: fix a typo in the indexing section (#6909)

This commit is contained in:
M. J. Fromberger
2021-09-07 11:44:23 -07:00
committed by GitHub
parent 04cca018c7
commit db6e031a16

View File

@@ -62,7 +62,7 @@ be turned off regardless of other values provided.
#### KV
The `kv` indexer type is an embedded key-value store supported by the main
underling Tendermint database. Using the `kv` indexer type allows you to query
underlying Tendermint database. Using the `kv` indexer type allows you to query
for block and transaction events directly against Tendermint's RPC. However, the
query syntax is limited and so this indexer type might be deprecated or removed
entirely in the future.