diff --git a/docs/src/running-validator/vote-accounts.md b/docs/src/running-validator/vote-accounts.md index 65a024d694..10ed890c8a 100644 --- a/docs/src/running-validator/vote-accounts.md +++ b/docs/src/running-validator/vote-accounts.md @@ -180,9 +180,9 @@ migration. authority keypairs, so that it can smoothly transition at the next epoch. Add the two arguments on restart: `--authorized-voter ~/validator-keypair.json --authorized-voter ~/new-vote-authority.json` -6. After the cluster reaches the next epoch, restart `solana-validator` again - after remove the `--authorized-voter ~/validator-keypair.json` argument, as - the old vote authority keypair is no longer required. +6. After the cluster reaches the next epoch, remove the + `--authorized-voter ~/validator-keypair.json` argument and restart + `solana-validator`, as the old vote authority keypair is no longer required. ### Vote Account Authorized Withdrawer