diff --git a/creditcoin-js/src/interfaces/augment-api-consts.ts b/creditcoin-js/src/interfaces/augment-api-consts.ts index 0c2a5bc095..a056a54b61 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; /** - * Maxmimum number of registrars allowed in the system. Needed to bound the complexity + * Maximum number of registrars allowed in the system. Needed to bound the complexity * of, e.g., updating judgements. **/ maxRegistrars: u32 & AugmentedConst; diff --git a/integration-tests/README.md b/integration-tests/README.md index 204e8527f8..2be3a64606 100644 --- a/integration-tests/README.md +++ b/integration-tests/README.md @@ -148,7 +148,7 @@ for funded Creditcoin accounts which will be used for testing! **WARNING:** when running this test-suite against `mainnet` make sure that the source code matches the version of mainnet running on the nodes. Try -branching the tests from the relavant branch/tag before executing them. +branching the tests from the relevant branch/tag before executing them. Running a test-suite from `dev` against downstream branches is not supported and will generally fail. The most likely failures will be missing extrinsics, different diff --git a/scripts/cc-cli/src/interfaces/augment-api-consts.ts b/scripts/cc-cli/src/interfaces/augment-api-consts.ts index 20e33f9d47..2caf29ef9e 100644 --- a/scripts/cc-cli/src/interfaces/augment-api-consts.ts +++ b/scripts/cc-cli/src/interfaces/augment-api-consts.ts @@ -110,7 +110,7 @@ declare module "@polkadot/api-base/types/consts" { **/ maxAdditionalFields: u32 & AugmentedConst; /** - * Maxmimum number of registrars allowed in the system. Needed to bound the complexity + * Maximum number of registrars allowed in the system. Needed to bound the complexity * of, e.g., updating judgements. **/ maxRegistrars: u32 & AugmentedConst; diff --git a/zombienet/README.md b/zombienet/README.md index bba8db99ef..3790b9ab27 100644 --- a/zombienet/README.md +++ b/zombienet/README.md @@ -43,7 +43,7 @@ practical examples. ### How to use -The folowing is intended as a quick-start guide. +The following is intended as a quick-start guide. For more detailed instructions, take a look at the [zombienet docs](https://paritytech.github.io/zombienet/intro.html). There is a base network specification ([docs](https://paritytech.github.io/zombienet/network-definition-spec.html)) here to start off with, you can edit it as needed. To spawn a network: