From 2ab159f05dca36479d6d022e7909f0e687909468 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Thu, 9 Jan 2025 22:30:41 +0100 Subject: [PATCH] Typo fix operator-faq.md --- docs/operator-guides/operator-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-guides/operator-faq.md b/docs/operator-guides/operator-faq.md index 5c0c696..dd0830f 100644 --- a/docs/operator-guides/operator-faq.md +++ b/docs/operator-guides/operator-faq.md @@ -12,7 +12,7 @@ If you have a static IP address or DNS address set up to receive the traffic and you don't want EigenDA to automatically update IP which is sent to EigenDA while registering, then follow the steps to make sure correct IP is registered: -* Update the [NODE_HOSTNAME](https://github.com/Layr-Labs/eigenda-operator-setup/blob/31d99e2aa67962878969b81a15c7e8d13ee69750/mainnet/.env.example#L71) to the public IP where you will want to recieve traffic. +* Update the [NODE_HOSTNAME](https://github.com/Layr-Labs/eigenda-operator-setup/blob/31d99e2aa67962878969b81a15c7e8d13ee69750/mainnet/.env.example#L71) to the public IP where you will want to receive traffic. * Opt-in using the [provided steps](./run-a-node/registration/). * In order to disable the node IP address from being automatically updated, set the value of [NODE_PUBLIC_IP_CHECK_INTERVAL](https://github.com/Layr-Labs/eigenda-operator-setup/blob/31d99e2aa67962878969b81a15c7e8d13ee69750/mainnet/.env.example#L65) to `0`.