Fix style/tone

This commit is contained in:
greenie-msft 2021-09-14 12:06:24 -07:00 committed by GitHub
parent c3cc74c81e
commit 974ff70902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ Keep in mind that the Service Principal that was just created does not have acce
### Example usage in a Dapr component
In this example, we're going to set up an Azure Key Vault secret store component that uses Azure AD to authenticate.
In this example, you will set up an Azure Key Vault secret store component that uses Azure AD to authenticate.
{{< tabs "Self-Hosted" "Kubernetes">}}