Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 85c1089

Browse files
aks-Joe Hand
authored andcommitted
fix typo (#188)
1 parent bf92741 commit 85c1089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ The callback, `cb(err, dat)`, includes a `dat` object that has the following pro
248248

249249
#### `var network = dat.joinNetwork([opts], [cb])`
250250

251-
Join the network to start transferring data for `dat.key`, using [discovery-swarm](https://github.com/mafintosh/discovery-swarm). You can also can use `dat.join([opts], [cb])`.
251+
Join the network to start transferring data for `dat.key`, using [discovery-swarm](https://github.com/mafintosh/discovery-swarm). You can also use `dat.join([opts], [cb])`.
252252

253253
If you specify `cb`, it will be called *when the first round* of discovery has completed. This is helpful to check immediately if peers are available and if not fail gracefully, more similar to http requests.
254254

0 commit comments

Comments
 (0)