Skip to content

Commit 28138d0

Browse files
Merge pull request #1134 from ajcwebdev/patch-1
docs: Fix distributed hash table typo
2 parents c6491bd + 8eef8fc commit 28138d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/peering-with-content-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Optimize retrieval speed by making direct connections to large cont
55

66
# Peering with content providers
77

8-
IPFS allows you to request data from any IPFS node with a copy using the data's [CID][cid-explainer] or content identifier. This process usually involves a lookup on the [distrubuted hash table][dht-explainer] and may also require establishing new connections to the nodes storing the content.
8+
IPFS allows you to request data from any IPFS node with a copy using the data's [CID][cid-explainer] or content identifier. This process usually involves a lookup on the [distributed hash table][dht-explainer] and may also require establishing new connections to the nodes storing the content.
99

1010
If you're running an IPFS node that serves many requests, like a public HTTP gateway, for example, you may be able to speed up queries by maintaining long-lived connections to nodes that provide a large volume of data.
1111

0 commit comments

Comments
 (0)