mirror of https://github.com/status-im/js-waku.git
Fix typo
This commit is contained in:
parent
0d38e80497
commit
d8bdbac2a5
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue