From a685d582a5aadb9dc4ff314447f4d91ed7957898 Mon Sep 17 00:00:00 2001 From: Yiannis Demetriades Date: Tue, 22 Nov 2022 20:55:01 +0200 Subject: [PATCH] fix: overview.md typo (#239) --- 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 e96a4c4..70b63e4 100644 --- a/content/concepts/introduction/overview.md +++ b/content/concepts/introduction/overview.md @@ -65,7 +65,7 @@ ways to send data across networks in use today, including TCP, QUIC, WebSocket, WebTransport and WebRTC, with some still in development and others still yet to be designed. -libp2p also provides a list of specifications [specifcations](https://github.com/libp2p/specs) +libp2p also provides a list of [specifications](https://github.com/libp2p/specs) that can be adapted to support existing and future protocols, allowing libp2p applications to operate in many different runtime and networking environments.