From 975befe0e10094b79cb22840cc02439b875db878 Mon Sep 17 00:00:00 2001 From: Danielle Date: Tue, 5 Dec 2023 10:53:12 +0000 Subject: [PATCH] fixed block --- docs/concepts/policy/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/concepts/policy/README.md b/docs/concepts/policy/README.md index 2c119c2e3..595b69c99 100644 --- a/docs/concepts/policy/README.md +++ b/docs/concepts/policy/README.md @@ -49,11 +49,11 @@ Multiple policies of the same type can be attached to a single stack, in which c We update the version of OPA that we are using regularly, to find out the version we are currently running, you can use the following query: -``` +```graphql query getOPAVersion{ -policyRuntime { - openPolicyAgentVersion - } + policyRuntime { + openPolicyAgentVersion + } } ```