Skip to content

Commit e09feda

Browse files
author
AbhishekMallick01
committed
minor changes
1 parent ee63c61 commit e09feda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/azure-kubernetes-service-cluster-manage-backups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To enable the feature flag follow these steps:
9898

9999
1. To register the *TrustedAccessPreview* feature flag, run the `az feature register` command.
100100

101-
**Eexample**
101+
**Example**
102102

103103
```azurecli-interactive
104104
az feature register --namespace "Microsoft.ContainerService" --name "TrustedAccessPreview"
@@ -108,7 +108,7 @@ To enable the feature flag follow these steps:
108108

109109
1. To verify the registration status, run the `az feature show` command.
110110

111-
**Eexample**
111+
**Example**
112112

113113
```azurecli-interactive
114114
az feature show --namespace "Microsoft.ContainerService" --name "TrustedAccessPreview"

0 commit comments

Comments
 (0)