From 00306a44f0bca2bfffa936e0b2cd212f23d317cd Mon Sep 17 00:00:00 2001 From: Max Inden Date: Wed, 9 Feb 2022 19:15:08 +0100 Subject: [PATCH] src/_blog: Add paratheses around subclaus --- src/_blog/libp2p-hole-punching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_blog/libp2p-hole-punching.md b/src/_blog/libp2p-hole-punching.md index 1991334c..81dd8839 100644 --- a/src/_blog/libp2p-hole-punching.md +++ b/src/_blog/libp2p-hole-punching.md @@ -116,7 +116,7 @@ For each of the public relay nodes discovered in the previous step, *B* would do ![img](../assets/libp2p-hole-punching-relay-v2-register.svg) -Once the remote accepted the reservation request, *B* can advertise itself as being reachable through the remote Relay node. In other words, instead of advertising its own IP address, which is useless given that *B* is not publicly dialable, *B* advertises a "relayed" address which contains the IP address of the remote relay node plus its own peer ID. +If the remote accepts the reservation request, *B* can advertise itself as being reachable through the remote Relay node. In other words, instead of advertising its own IP address (which is useless given that *B* is not publicly dialable) *B* advertises a "relayed" address, which contains the IP address of the remote relay node plus its own peer ID. //p2p-circuit/