Skip to content

Commit d2e474b

Browse files
authored
Merge pull request #125929 from changeworld/patch-57
Fix typo
2 parents 8bbaa7b + 201aab7 commit d2e474b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/howto-cluster-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ This command lists the Cluster Managers in the specified subscription.
190190
Get-AzNetworkCloudClusterManager -SubscriptionId "$SUB_ID"
191191
```
192192

193-
This command shows the properties of the specified Cluster Manager in Json format.
193+
This command shows the properties of the specified Cluster Manager in JSON format.
194194

195195
```azurepowershell-interactive
196196
Get-AzNetworkCloudClusterManager -Name "$CLUSTER_MANAGER_NAME" -ResourceGroupName "$CLUSTER_MANAGER_RG" -SubscriptionId "$SUB_ID" | ConvertTo-Json

0 commit comments

Comments
 (0)