From d694871607d6869535b2cf42a87143ea3a4ea18a Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Tue, 22 Jul 2025 14:40:06 -0700 Subject: [PATCH] fix: correct typo in OpenShift CLI install guide --- content/install-guides/oc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/install-guides/oc.md b/content/install-guides/oc.md index edfe3ac0ae..3aca0a2d55 100644 --- a/content/install-guides/oc.md +++ b/content/install-guides/oc.md @@ -85,7 +85,7 @@ The OpenShift CLI (`oc`) is built as a superset of the Kubernetes CLI (`kubectl` This means: - You can use `oc` anywhere you would use `kubectl` -- OpenShift-specific features such as `oc login`, `oc new-project`, `oc new-app`, are available to manageme OpenShift resources +- OpenShift-specific features such as `oc login`, `oc new-project`, `oc new-app`, are available to manage OpenShift resources ## How do I verify the OpenShift CLI installation?