From 897ec631292c9418c8afdb25c8b21cdea618119b Mon Sep 17 00:00:00 2001 From: cuteolaf <53915161+cuteolaf@users.noreply.github.com> Date: Mon, 20 Feb 2023 01:12:47 -0600 Subject: [PATCH] Update spawn.md (#736) --- docs/src/cli/spawn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/cli/spawn.md b/docs/src/cli/spawn.md index c914aec03..d87ae5133 100644 --- a/docs/src/cli/spawn.md +++ b/docs/src/cli/spawn.md @@ -1,6 +1,6 @@ # Spawning -One of the goal of ZombieNet is easily spawn ephemeral networks, providing a simple but poweful _cli_ that allow you to declare the desired network in `toml` or `json` format. You can check the [definition spec](../network-definition-spec.md) to view the available options. +One of the goal of ZombieNet is easily spawn ephemeral networks, providing a simple but powerful _cli_ that allows you to declare the desired network in `toml` or `json` format. You can check the [definition spec](../network-definition-spec.md) to view the available options. A **minimal** configuration example with two validators and one parachain: @@ -74,4 +74,4 @@ You can follow the output of the `steps` to spawn the network and once the netwo ``` -Both the `prometheus` and the `node` links are accesibles in your local machine to get the `metrics` or connect to the node. +Both the `prometheus` and the `node` links are accessible in your local machine to get the `metrics` or connect to the node.