Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: bytetigers <bytetiger@icloud.com>
  • Loading branch information
bytetigers authored and atodorov committed Aug 14, 2024
1 parent 8f9815b commit 89498fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion creditcoin-js/src/interfaces/augment-api-consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ declare module '@polkadot/api-base/types/consts' {
**/
maxAdditionalFields: u32 & AugmentedConst<ApiType>;
/**
* 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<ApiType>;
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/cc-cli/src/interfaces/augment-api-consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ declare module "@polkadot/api-base/types/consts" {
**/
maxAdditionalFields: u32 & AugmentedConst<ApiType>;
/**
* 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<ApiType>;
Expand Down
2 changes: 1 addition & 1 deletion zombienet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 89498fe

Please sign in to comment.