Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit e7b8697

Browse files
author
Alan Shaw
committed
fix: typos
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
1 parent 3500961 commit e7b8697

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SPEC/DHT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DHT API
22

3-
* [dht.findpeer](#dhtfindpeer)
4-
* [dht.findprovs](#dhtfindprovs)
3+
* [dht.findPeer](#dhtfindpeer)
4+
* [dht.findProvs](#dhtfindprovs)
55
* [dht.get](#dhtget)
66
* [dht.provide](#dhtprovide)
77
* [dht.put](#dhtput)
@@ -35,7 +35,7 @@ ipfs.dht.findPeer(id, function (err, peerInfo) {
3535

3636
A great source of [examples][] can be found in the tests for this API.
3737

38-
#### `dht.findprovs`
38+
#### `dht.findProvs`
3939

4040
> Retrieve the providers for content that is addressed by an hash.
4141

0 commit comments

Comments
 (0)