From fba4dacef6da5965c1edfe2968d911923bf36ecf Mon Sep 17 00:00:00 2001 From: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:57:15 +0200 Subject: [PATCH] chore: fix spelling errors (#21255) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- x/authz/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/authz/CHANGELOG.md b/x/authz/CHANGELOG.md index 81ae67d7c1..cf61dc2da5 100644 --- a/x/authz/CHANGELOG.md +++ b/x/authz/CHANGELOG.md @@ -33,7 +33,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Improvements -* [#18070](https://github.com/cosmos/cosmos-sdk/pull/18070) Use clientCtx adress codecs in cli. +* [#18070](https://github.com/cosmos/cosmos-sdk/pull/18070) Use clientCtx address codecs in cli. ### API Breaking Changes