From db6e031a16e25f9f957c03618bfb5b4b98b42c0c Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Tue, 7 Sep 2021 11:44:23 -0700 Subject: [PATCH] doc: fix a typo in the indexing section (#6909) --- docs/app-dev/indexing-transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.