Skip to content

Commit 189e8f6

Browse files
authored
Merge pull request #288 from status-im/fix-typo
Fix typo
2 parents 0d38e80 + d8bdbac commit 189e8f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/reactjs-relay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function App() {
8181

8282
# Wait to be connected
8383

84-
When using the `bootstrap` option, it may take some times to connect to other peers.
84+
When using the `bootstrap` option, it may take some time to connect to other peers.
8585
To ensure that you have relay peers available to send and receive messages,
8686
use the `Waku.waitForConnectedPeer()` async function:
8787

guides/relay-receive-send-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const wakuNode = await Waku.create({
4242

4343
# Wait to be connected
4444

45-
When using the `bootstrap` option, it may take some times to connect to other peers.
45+
When using the `bootstrap` option, it may take some time to connect to other peers.
4646
To ensure that you have relay peers available to send and receive messages,
4747
use the following function:
4848

0 commit comments

Comments
 (0)