From d8bdbac2a5f2f8ba0440dea7eac7db5fbd15f5f6 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 2 Sep 2021 15:01:52 +1000 Subject: [PATCH] Fix typo --- guides/reactjs-relay.md | 2 +- guides/relay-receive-send-messages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: