Removed duplicate word

Removed additional "are"
This commit is contained in:
Donovan Brown 2021-04-30 00:39:40 -05:00 committed by GitHub
parent 29cd3219e8
commit d81a82e7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" %}}