Fix typos (#761)

This commit is contained in:
lchenut 2022-09-02 20:40:14 +02:00 committed by GitHub
parent 3ffc03ed16
commit 1de7508b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ nimble install libp2p
```
## Getting Started
You'll find the documentation [here].(https://status-im.github.io/nim-libp2p/docs/)
You'll find the documentation [here](https://status-im.github.io/nim-libp2p/docs/).
**Go Daemon:**
Please find the installation and usage intructions in [daemonapi.md](examples/go-daemon/daemonapi.md).

View File

@ -183,7 +183,7 @@ method tryDial*(
self: Dialer,
peerId: PeerId,
addrs: seq[MultiAddress]): Future[MultiAddress] {.async.} =
## Create a protocol stream and in order to check
## Create a protocol stream in order to check
## if a connection is possible.
## Doesn't use the Connection Manager to save it.
##