chore: fix spelling errors (#21220)

Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
This commit is contained in:
Cosmos SDK 2024-08-08 17:10:44 +02:00 committed by GitHub
parent dccdd5daba
commit b0ab3aaac4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ func TestRouter(t *testing.T) {
t.Run("can invoke message by name", func(t *testing.T) {
err := router.CanInvoke(context.Background(), expectedMsgName)
require.NoError(t, err, "must be invokable")
require.NoError(t, err, "must be invocable")
})
t.Run("can invoke message by type URL", func(t *testing.T) {