From 343c8c1e3c586a148aee5cb43eadbecfb0c0b8d6 Mon Sep 17 00:00:00 2001 From: Wade Cheng <86323079+wade-cheng@users.noreply.github.com> Date: Tue, 8 Jul 2025 14:01:58 -0400 Subject: [PATCH] [docs] fix: grammar nitpick --- iroh/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iroh/src/lib.rs b/iroh/src/lib.rs index db4a516703c..3b3d53ff970 100644 --- a/iroh/src/lib.rs +++ b/iroh/src/lib.rs @@ -154,8 +154,8 @@ //! ## Node Discovery //! //! The need to know the [`RelayUrl`] *or* some direct addresses in addition to the -//! [`NodeId`] to connect to an iroh node can be an obstacle. To address this the -//! [`endpoint::Builder`] allows to configure a [`discovery`] service. +//! [`NodeId`] to connect to an iroh node can be an obstacle. To address this, the +//! [`endpoint::Builder`] allows you to configure a [`discovery`] service. //! //! The [`DnsDiscovery`] service is a discovery service which will publish the [`RelayUrl`] //! and direct addresses to a service publishing those as DNS records. To connect it looks