chore: fix spelling errors (#19220)

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Cosmos SDK
2024-01-24 13:10:08 +00:00
committed by GitHub
co-authored by github-merge-queue Julien Robert
parent bff1d823f5
commit 3c4a91efd0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -111,6 +111,6 @@ func VerifyFile() *cobra.Command {
},
}
cmd.Flags().String(flagFileFormat, "json", "Choose whats the file format to be verified (json|text)")
cmd.Flags().String(flagFileFormat, "json", "Choose what's the file format to be verified (json|text)")
return cmd
}