diff --git a/guides/reactjs-relay.md b/guides/reactjs-relay.md index fc5678a6d0..5c1262ef1d 100644 --- a/guides/reactjs-relay.md +++ b/guides/reactjs-relay.md @@ -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: diff --git a/guides/relay-receive-send-messages.md b/guides/relay-receive-send-messages.md index 60e868f9fc..07e3014f4c 100644 --- a/guides/relay-receive-send-messages.md +++ b/guides/relay-receive-send-messages.md @@ -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: