Merge pull request #1455 from DarqueWarrior/patch-1

Removed duplicate word
This commit is contained in:
Aaron Crawfis 2021-04-30 11:14:29 -07:00 committed by GitHub
commit f232b93b21
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" %}}