Merge pull request #288 from status-im/fix-typo

Fix typo
This commit is contained in:
Franck Royer 2021-09-02 16:38:29 +10:00 committed by GitHub
commit 189e8f6c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ function App() {
# Wait to be connected # Wait to be connected
When using the `bootstrap` option, it may take some times to connect to other peers. When using the `bootstrap` option, it may take some time to connect to other peers.
To ensure that you have relay peers available to send and receive messages, To ensure that you have relay peers available to send and receive messages,
use the `Waku.waitForConnectedPeer()` async function: use the `Waku.waitForConnectedPeer()` async function:

View File

@ -42,7 +42,7 @@ const wakuNode = await Waku.create({
# Wait to be connected # Wait to be connected
When using the `bootstrap` option, it may take some times to connect to other peers. When using the `bootstrap` option, it may take some time to connect to other peers.
To ensure that you have relay peers available to send and receive messages, To ensure that you have relay peers available to send and receive messages,
use the following function: use the following function: