chore(docs): fix typo in configuration/expressions (#811)

This example code block was missing a closing single quote.

Signed-off-by: Maxime Louet <maxime@saumon.io>
This commit is contained in:
Maxime Louet 2025-07-11 15:30:27 +02:00 committed by GitHub
parent c74de19532
commit fbf69680f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: