From ccb3ae5abe6d50493610eadfd7f1cf56fd0681fb Mon Sep 17 00:00:00 2001 From: Alexander Prinzhorn Date: Thu, 19 Sep 2024 09:52:47 +0200 Subject: [PATCH] Fix concepts-filters.md docs --- docs/src/content/concepts-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/concepts-filters.md b/docs/src/content/concepts-filters.md index 4f75cb7d0..1c198bca7 100644 --- a/docs/src/content/concepts-filters.md +++ b/docs/src/content/concepts-filters.md @@ -50,4 +50,4 @@ Anything but requests with a text/html content type: Replace entire GET string in a request (quotes required to make it work): - ":~q ~m GET:.*:/replacement.html" + ":~q ~m GET:.*:/replacement.html"