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

docs fix spelling issues #1357

Open
wants to merge 1 commit into
base: manta
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions zombienet/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ According to your platform, download the latest pre-compiled binary from [zombin

## Start network

### Start one paracahin network locally by zombienet
### Start one parachain network locally by zombienet
1. Go to [small-network](./small-network.toml), make the `command` point to the polkadot binary and manta binary.
2. Start the network.
```shell
Expand All @@ -27,7 +27,7 @@ According to your platform, download the latest pre-compiled binary from [zombin
```shell
zombienet spawn --provider native two-parachains.toml
```
After a while, two paracahins(`2084` and `2104`) will be started.
After a while, two parachains(`2084` and `2104`) will be started.

## Testing

Expand Down