From 4a8516fb7e1ebd20f97007be003564a89a90f2ea Mon Sep 17 00:00:00 2001 From: Christian Engel <32718302+chrsengel@users.noreply.github.com> Date: Mon, 27 Jul 2020 20:25:57 +0200 Subject: [PATCH] Fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a9a04b..2ae5e25 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ You can also run the tool with optional arguments: | `--num_validators` | Non-negative integer | The number of signing keys you want to generate. Note that the child key(s) are generated via the same master key. | | `--mnemonic_language` | String. Options: `czech`, `chinese_traditional`, `chinese_simplified`, `english`, `spanish`, `italian`, `korean`. Default to `english` | The mnemonic language | | `--folder` | String. Pointing to `./validator_keys` by default | The folder path for the keystore(s) and deposit(s) | -| `--chain` | String. `mainnet` by defualt | The chain setting for the signing domain. | +| `--chain` | String. `mainnet` by default | The chain setting for the signing domain. | ### For Windows users