From ef27afbbf9e1addb6baa7c6477b64899582f20f9 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 2 Aug 2021 12:00:28 +1000 Subject: [PATCH] Fix voca --- 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 4063260185..559c91f913 100644 --- a/guides/reactjs-relay.md +++ b/guides/reactjs-relay.md @@ -5,7 +5,7 @@ In this guide, we will demonstrate how your ReactJS dApp can use Waku Relay to s Before starting, you need to choose a _Content Topic_ for your dApp. Check out the [how to choose a content topic guide](choose-content-topic.md) to learn more about content topics. -For this guide, we are using a unique content topic: `/min-js-web-chat/1/chat/proto`. +For this guide, we are using a single content topic: `/min-js-web-chat/1/chat/proto`. # Setup diff --git a/guides/relay-receive-send-messages.md b/guides/relay-receive-send-messages.md index 9f7ddf3dc0..0a9d4afa99 100644 --- a/guides/relay-receive-send-messages.md +++ b/guides/relay-receive-send-messages.md @@ -6,7 +6,7 @@ You can find Waku Relay's specifications on [Vac RFC](https://rfc.vac.dev/spec/1 Before starting, you need to choose a _Content Topic_ for your dApp. Check out the [how to choose a content topic guide](choose-content-topic.md) to learn more about content topics. -For this guide, we are using a unique content topic: `/relay-guide/1/chat/proto`. +For this guide, we are using a single content topic: `/relay-guide/1/chat/proto`. # Installation