docs: fix several typos in the document (backport #22098) (#22104)

Co-authored-by: XiaoBei <1505929057@qq.com>
This commit is contained in:
mergify[bot]
2024-10-03 15:58:20 +02:00
committed by GitHub
co-authored by XiaoBei
parent 8b14cc357a
commit 1195a4468f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ it would like the block constructed.
The Cosmos SDK defines the `DefaultProposalHandler` type, which provides applications with
`PrepareProposal` and `ProcessProposal` handlers. If you decide to implement your
own `PrepareProposal` handler, you must be sure to ensure that the transactions
own `PrepareProposal` handler, you must ensure that the transactions
selected DO NOT exceed the maximum block gas (if set) and the maximum bytes provided
by `req.MaxBytes`.