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 e3e8ddd93..6546e0c34 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 @@ -68,9 +68,11 @@ spec: Dapr allows two methods by which you can subscribe to topics: - **Declaratively**, where subscriptions are are defined in an external file. -- **Programatically**, where subscriptions are defined in user code +- **Programmatically**, where subscriptions are defined in user code -> Note, both, declarative and programatic approaches support the same features. The decelrative approach removes the Dapr dependancy from the user code and allows for the use of an existing application to subscribe to topic. The programmatic approach implements the subscription in user code. +{{% alert title="Note" color="primary" %}} +Both declarative and programmatic approaches support the same features. The declarative approach removes the Dapr dependancy from the user code and allows for the use of an existing application to subscribe to topics. The programmatic approach implements the subscription in user code. +{{% /alert %}} ### Declarative subscriptions