diff --git a/src/azure-cli/azure/cli/command_modules/acs/_help.py b/src/azure-cli/azure/cli/command_modules/acs/_help.py index cc0b09b09b0..98fa64145e9 100644 --- a/src/azure-cli/azure/cli/command_modules/acs/_help.py +++ b/src/azure-cli/azure/cli/command_modules/acs/_help.py @@ -154,12 +154,12 @@ helps["aks check-acr"] = """ type: command -short-summary: Validate an ACR is accesible from an AKS cluster. +short-summary: Validate an ACR is accessible from an AKS cluster. parameters: - name: --acr short-summary: The FQDN of the ACR. examples: - - name: Validate the ACR is accesible from the AKS cluster. + - name: Validate the ACR is accessible from the AKS cluster. text: az aks check-acr --name MyManagedCluster --resource-group MyResourceGroup --acr myacr.azurecr.io crafted: true """