docs: Correct grammar errors across multiple files (#23074)

Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Alex | Skip <alex@skip.money>
This commit is contained in:
Marco
2025-01-06 08:31:06 +00:00
committed by GitHub
co-authored by Marko Alex | Skip
parent 93282e101d
commit 24580eae9c
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ prefix-based iteration, including reverse iteration.
Typically, each module has its own dedicated `KVStore` instance, which it can
get access to via the `sdk.Context` and the use of a pointer-based named key --
`KVStoreKey`. The `KVStoreKey` provides pseudo-OCAP. How a exactly a `KVStoreKey`
`KVStoreKey`. The `KVStoreKey` provides pseudo-OCAP. How an exactly a `KVStoreKey`
maps to a `KVStore` will be illustrated below through the `CommitMultiStore`.
Note, a `KVStore` cannot directly commit state. Instead, a `KVStore` can be wrapped