Skip to content

Commit 07deda8

Browse files
committed
fixed typo
1 parent 66a0ead commit 07deda8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/openshift/howto-segregate-machinesets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: johnmarc
66
ms.service: azure-redhat-openshift
77
keywords: aro, machine set, openshift, red hat
88
ms.topic: how-to
9-
ms.date: 01/26/2023
9+
ms.date: 02/24/2023
1010
ms.custom: template-how-to
1111
---
1212

@@ -52,7 +52,7 @@ Use the following command to log into the jumphost:
5252

5353
`oc login $apiServer -u kubeadmin -p <kubeadmin password>`
5454

55-
Verify the number of nodes and machine sets using the `oc get nodes` and `oc get machineSets -n openshift-mchine-api` commands, as shown in the following examples:
55+
Verify the number of nodes and machine sets using the `oc get nodes` and `oc get machineSets -n openshift-machine-api` commands, as shown in the following examples:
5656

5757
```
5858
$ oc get nodes

0 commit comments

Comments
 (0)