diff --git a/docs/app-dev/indexing-transactions.md b/docs/app-dev/indexing-transactions.md index 15108cb05..b8b06d01b 100644 --- a/docs/app-dev/indexing-transactions.md +++ b/docs/app-dev/indexing-transactions.md @@ -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.