Change to shortcode note and fix spelling

This commit is contained in:
Aaron Crawfis 2020-12-10 11:03:32 -08:00 committed by GitHub
parent 3c5b980885
commit 1006936695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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