This commit is contained in:
Franck Royer 2021-09-02 15:01:52 +10:00
parent 0d38e80497
commit d8bdbac2a5
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ function App() {
# 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,
use the `Waku.waitForConnectedPeer()` async function:

View File

@ -42,7 +42,7 @@ const wakuNode = await Waku.create({
# 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,
use the following function: