Skip to content

Commit 691bf79

Browse files
"set up" to "setup" for Acrolinx
1 parent 5c04a0a commit 691bf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/openshift/howto-gpu-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ARO uses Kubernetes MachineSet to create machine sets. The procedure below expla
116116

117117
1. View existing machine sets.
118118

119-
For ease of set up, this example uses the first machine set as the one to clone to create a new GPU machine set.
119+
For ease of setup, this example uses the first machine set as the one to clone to create a new GPU machine set.
120120

121121
```bash
122122
MACHINESET=$(oc get machineset -n openshift-machine-api -o=jsonpath='{.items[0]}' | jq -r '[.metadata.name] | @tsv')

0 commit comments

Comments
 (0)