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