docs: fix typos in UPGRADING.md (backport #18613) (#18614)

Co-authored-by: buldazer <93915704+buldazer23@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot] 2023-12-03 19:52:18 +00:00 committed by GitHub
parent 50514957dd
commit 5146593fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ These commands and flags are still supported for backward compatibility.
For backward compatibility, the `**/tendermint/**` gRPC services are still supported.
Additionally, the SDK is starting its abstraction from CometBFT Go types thorought the codebase:
Additionally, the SDK is starting its abstraction from CometBFT Go types through the codebase:
* The usage of the CometBFT logger has been replaced by the Cosmos SDK logger interface (`cosmossdk.io/log.Logger`).
* The usage of `github.com/cometbft/cometbft/libs/bytes.HexByte` has been replaced by `[]byte`.