chore: fix grammatical errors and improve text clarity (#25171)

This commit is contained in:
Jammy Arkens
2025-08-14 15:09:13 +00:00
committed by GitHub
parent e01dd61fd2
commit 9e1a4a9bef
13 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ func NewApp(rootDir string, logger log.Logger) (servertypes.ABCI, error) {
}
// KVStoreHandler is a simple handler that takes KVStoreTx and writes
// them to the db.
// it to the db.
func KVStoreHandler(storeKey storetypes.StoreKey) bam.MsgServiceHandler {
return func(ctx sdk.Context, msg sdk.Msg) (*sdk.Result, error) {
dTx, ok := msg.(*KVStoreTx)