From 88ed79a125e2599ef6946b467008a3b1286b2253 Mon Sep 17 00:00:00 2001 From: Johanness Alarik Nilsson <54599325+JoNilsson@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:37:03 -0700 Subject: [PATCH] Update overview.md remove unintended "/" from text. --- content/concepts/introduction/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/introduction/overview.md b/content/concepts/introduction/overview.md index ef8660ee..ef80dee8 100644 --- a/content/concepts/introduction/overview.md +++ b/content/concepts/introduction/overview.md @@ -127,7 +127,7 @@ There are several reasons to consider using libp2p as a networking layer to crea applications. - **Interoperability**: libp2p implementations in different programming languages and libp2p releases across - versions are designed to be interoperable with one another. This enables applications /from different + versions are designed to be interoperable with one another. This enables applications from different language ecosystems to communicate seamlessly. This helps to promote a healthy, interconnected ecosystem of P2P applications.