From a3771e687fd8844826b5253bb8901895042bffb3 Mon Sep 17 00:00:00 2001 From: Pavel Date: Mon, 17 Feb 2025 22:09:28 +0300 Subject: [PATCH] configure-discovery.md --- docs/guides/js-waku/configure-discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/js-waku/configure-discovery.md b/docs/guides/js-waku/configure-discovery.md index 66af809..2123e2b 100644 --- a/docs/guides/js-waku/configure-discovery.md +++ b/docs/guides/js-waku/configure-discovery.md @@ -3,7 +3,7 @@ title: Bootstrap Nodes and Discover Peers hide_table_of_contents: true --- -This guide provides detailed steps to bootstrap your your node using [Static Peers](/learn/concepts/static-peers) and discover peers in the Waku Network using [DNS Discovery](/learn/concepts/dns-discovery). +This guide provides detailed steps to bootstrap your node using [Static Peers](/learn/concepts/static-peers) and discover peers in the Waku Network using [DNS Discovery](/learn/concepts/dns-discovery). :::info If you do not set up a bootstrap node or discovery mechanism, your node will not connect to any remote peer.