diff --git a/product/guardrails/creating-raw-guardrails-in-json.mdx b/product/guardrails/creating-raw-guardrails-in-json.mdx index 6a26d16c..90cf269b 100644 --- a/product/guardrails/creating-raw-guardrails-in-json.mdx +++ b/product/guardrails/creating-raw-guardrails-in-json.mdx @@ -20,7 +20,7 @@ With the Raw Guardrails mode, you can achieve all this. "checks": [{ "id": "default.regexMatch", "parameters": { - "regex": "test" + "rule": "test" } }] }] @@ -41,7 +41,7 @@ In this example: "checks": [{ "id": "default.regexMatch", "parameters": { - "regex": "test" + "rule": "test" } }], "deny": false,