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
@@ -214,7 +214,7 @@ var (
Name: stakingtypes.ModuleName,
Config: appconfig.WrapAny(&stakingmodulev1.Module{
// NOTE: specifying a prefix is only necessary when using bech32 addresses
// If not specfied, the auth Bech32Prefix appended with "valoper" and "valcons" is used by default
// If not specified, the auth Bech32Prefix appended with "valoper" and "valcons" is used by default
Bech32PrefixValidator: "cosmosvaloper",
Bech32PrefixConsensus: "cosmosvalcons",
}),