diff --git a/book/src/validator-manager-create.md b/book/src/validator-manager-create.md index 0bdb078b248..d75fe4983eb 100644 --- a/book/src/validator-manager-create.md +++ b/book/src/validator-manager-create.md @@ -69,7 +69,7 @@ lighthouse \ This guide will create two validators and import them to a VC. For simplicity, the same host will be used to generate the keys and run the VC. In reality, -users may want to perform the `import` command on an air-gapped machine and then +users may want to perform the `create` command on an air-gapped machine and then move the `validators.json` and `deposits.json` files to an Internet-connected host. This would help protect the mnemonic from being exposed to the Internet. diff --git a/book/src/validator-manager-move.md b/book/src/validator-manager-move.md index 7c1f5728e4f..b766ce2c220 100644 --- a/book/src/validator-manager-move.md +++ b/book/src/validator-manager-move.md @@ -4,7 +4,7 @@ The `lighthouse validator-manager move` command uses the VC HTTP API to move validators from one VC (the "src" VC) to another VC (the "dest" VC). The move operation is *comprehensive*; it will: -- Disable the validators the src VC. +- Disable the validators on the src VC. - Remove the validator keystores from the src VC file system. - Export the slashing database records for the appropriate validators from the src VC to the dest VC. - Enable the validators on the dest VC.