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:
parent
c74de19532
commit
fbf69680f5
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ In order to avoid this, make sure the header or query parameter you are testing
|
||||||
- 'path == "/index.php"'
|
- 'path == "/index.php"'
|
||||||
- '"title" in query'
|
- '"title" in query'
|
||||||
- '"action" 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:
|
This rule throws a challenge if and only if all of the following conditions are true:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue