From 17d684c283fbe72891318e752e5dfd2244bb8cc5 Mon Sep 17 00:00:00 2001 From: Michael Ryan Peter Date: Wed, 21 Feb 2024 09:45:12 -0500 Subject: [PATCH] OCPBUGS-23147: Fixup of the OLMv1 Operator API snippet --- snippets/olmv1-operator-api-group.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/olmv1-operator-api-group.adoc b/snippets/olmv1-operator-api-group.adoc index b03527546c..61ddfb4120 100644 --- a/snippets/olmv1-operator-api-group.adoc +++ b/snippets/olmv1-operator-api-group.adoc @@ -6,7 +6,7 @@ [NOTE] ==== -When using the OpenShift CLI (`oc)`, the `Operator` resource provided with {olmv1} during this Technology Preview phase requires specifying the full `.` format: `operator.operators.operatorframework.io`. For example: +When using the OpenShift CLI (`oc`), the `Operator` resource provided with {olmv1} during this Technology Preview phase requires specifying the full `.` format: `operator.operators.operatorframework.io`. For example: [source,terminal] ----