From 1a73fe0a9b713e1ffaa0ad1bf13c9dcc92cd1d59 Mon Sep 17 00:00:00 2001 From: aldenhu Date: Mon, 28 Nov 2022 17:35:28 -0800 Subject: [PATCH] [doc] trival fix --- .../docs/nodes/validator-node/operator/update-validator-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-docs-site/docs/nodes/validator-node/operator/update-validator-node.md b/developer-docs-site/docs/nodes/validator-node/operator/update-validator-node.md index 83fd96a119b38..3c02f4589d80f 100644 --- a/developer-docs-site/docs/nodes/validator-node/operator/update-validator-node.md +++ b/developer-docs-site/docs/nodes/validator-node/operator/update-validator-node.md @@ -30,7 +30,7 @@ To replace the validator node: 1. Update DNS to [swap the node network addresses on-chain](staking-pool-operations.md#3-update-validator-network-addresses-on-chain). 1. Turn down the validator node and validator full node intended to replace the validator. 1. Restart the former validator full node with the validator node configuration. -1. Observe that even before DNS changes take effect that only outbound connections will form. +1. Observe that before DNS changes take effect that only outbound connections will form. 1. Either reuse the former validator node or create anew to backfill the validator fullnode. 1. Start the validator fullnode. 1. Use [Node Health Checker](../../node-health-checker/index.md) and follow [Node Liveness Criteria](node-liveness-criteria.md) to ensure the validator node is functioning properly.