diff --git a/creditcoin-js/src/interfaces/augment-api-consts.ts b/creditcoin-js/src/interfaces/augment-api-consts.ts index a056a54b6..0c2a5bc09 100644 --- a/creditcoin-js/src/interfaces/augment-api-consts.ts +++ b/creditcoin-js/src/interfaces/augment-api-consts.ts @@ -117,7 +117,7 @@ declare module '@polkadot/api-base/types/consts' { **/ maxAdditionalFields: u32 & AugmentedConst; /** - * Maximum number of registrars allowed in the system. Needed to bound the complexity + * Maxmimum number of registrars allowed in the system. Needed to bound the complexity * of, e.g., updating judgements. **/ maxRegistrars: u32 & AugmentedConst;