Skip to content

Commit 0adeaa9

Browse files
Address nit pick
1 parent d14c4c2 commit 0adeaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/quickstart-azure-kubernetes-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Now that you have an application running in AKS, you'll deploy the App Configura
234234
> `AzureAppConfigurationProvider` is a declarative API object. It defines the desired state of the ConfigMap created from the data in your App Configuration store with the following behavior:
235235
>
236236
> - The ConfigMap will fail to be created if a ConfigMap with the same name already exists in the same namespace.
237-
> - The ConfigMap will be reset base on the present data in your App Configuration store if it's deleted or modified by any other means.
237+
> - The ConfigMap will be reset based on the present data in your App Configuration store if it's deleted or modified by any other means.
238238
> - The ConfigMap will be deleted if the App Configuration Kubernetes Provider is uninstalled.
239239
240240
2. Update the *deployment.yaml* file in the *Deployment* directory to use the ConfigMap `configmap-created-by-appconfig-provider` for environment variables.

0 commit comments

Comments
 (0)