docs: fix misspelled issues (#24985)

This commit is contained in:
David Klank
2025-07-24 14:48:57 +00:00
committed by GitHub
parent 59470924c7
commit 82aca772d6
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ func getCodecInterfaces() *cobra.Command {
}
}
// getCodecInterfaceImpls creates and returns a new cmd used for listing all registered implemenations of a given interface on the application codec.
// getCodecInterfaceImpls creates and returns a new cmd used for listing all registered implementations of a given interface on the application codec.
func getCodecInterfaceImpls() *cobra.Command {
return &cobra.Command{
Use: "list-implementations [interface]",