From d81a82e7d8a9977a5d61a1c63edd5e2a44413c6f Mon Sep 17 00:00:00 2001 From: Donovan Brown Date: Fri, 30 Apr 2021 00:39:40 -0500 Subject: [PATCH] Removed duplicate word Removed additional "are" --- .../building-blocks/pubsub/howto-publish-subscribe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md b/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md index 9a4fa5d1a..948c620d9 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md +++ b/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md @@ -79,7 +79,7 @@ spec: Dapr allows two methods by which you can subscribe to topics: -- **Declaratively**, where subscriptions are are defined in an external file. +- **Declaratively**, where subscriptions are defined in an external file. - **Programmatically**, where subscriptions are defined in user code. {{% alert title="Note" color="primary" %}}