mirror of https://github.com/dapr/docs.git
Change to shortcode note and fix spelling
This commit is contained in:
parent
3c5b980885
commit
1006936695
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue