Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some comments #1688

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading