From c9f86a4099172126ec13d9b44fa2de60c3be3a7e Mon Sep 17 00:00:00 2001 From: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:34:12 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Sally MacFarlane Signed-off-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> --- docs/public-networks/how-to/connect/static-nodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/public-networks/how-to/connect/static-nodes.md b/docs/public-networks/how-to/connect/static-nodes.md index 0754a9581eb..bead46c96c0 100644 --- a/docs/public-networks/how-to/connect/static-nodes.md +++ b/docs/public-networks/how-to/connect/static-nodes.md @@ -18,8 +18,8 @@ Besu periodically initiates a connection to any unconnected static node. To miti Bootnodes and static nodes are both methods for finding peers. Depending on your use case, you can use only bootnodes, only static nodes, or both bootnodes and static nodes. For example: -* You run multiple nodes on Mainnet, using bootnodes for discovery, but want to ensure your nodes are always connected, use static nodes. -* You run a small network and want the nodes to reconnect if disconnected, use static nodes. +* You run multiple nodes on Mainnet, using bootnodes for discovery, but want to ensure your nodes are always connected to each other, use static nodes. +* You run a small network and want your nodes to reconnect if disconnected, use static nodes. To find peers, configure one or more [bootnodes](../../../private-networks/how-to/configure/bootnodes.md). To configure a specific set of peer connections, use static nodes.