From a65c56c6c7b75aa16a42f757f0647f8205a4d0ab Mon Sep 17 00:00:00 2001 From: Shivkumar Anil Ople Date: Mon, 12 Sep 2022 21:31:31 +0530 Subject: [PATCH] Corrected typo, Resize Master Node section (#2388) --- docs/deploy-development-rp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-development-rp.md b/docs/deploy-development-rp.md index 8e2ee74d1..4c89ab43d 100644 --- a/docs/deploy-development-rp.md +++ b/docs/deploy-development-rp.md @@ -186,7 +186,7 @@ curl -X GET -k "https://localhost:8443/admin/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$RESOURCEGROUP/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER/skus" --header "Content-Type: application/json" -d "{}" ``` -* Reize master node of a dev cluster +* Resize master node of a dev cluster ```bash VMNAME="aro-cluster-qplnw-master-0" VMSIZE="Standard_D16s_v3"