From fbf69680f5db552d3f78ac08b599fc2282752769 Mon Sep 17 00:00:00 2001 From: Maxime Louet Date: Fri, 11 Jul 2025 15:30:27 +0200 Subject: [PATCH] chore(docs): fix typo in configuration/expressions (#811) This example code block was missing a closing single quote. Signed-off-by: Maxime Louet --- docs/docs/admin/configuration/expressions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/admin/configuration/expressions.mdx b/docs/docs/admin/configuration/expressions.mdx index 885c40b..43dd274 100644 --- a/docs/docs/admin/configuration/expressions.mdx +++ b/docs/docs/admin/configuration/expressions.mdx @@ -123,7 +123,7 @@ In order to avoid this, make sure the header or query parameter you are testing - 'path == "/index.php"' - '"title" in query' - '"action" in query' - - 'query["action"] == "history" + - 'query["action"] == "history"' ``` This rule throws a challenge if and only if all of the following conditions are true: