From 12e50591badcc53e93e4f93de2fdc1b81fb9d47f Mon Sep 17 00:00:00 2001
From: Jay Wren <jawren@cisco.com>
Date: Tue, 1 Feb 2022 12:25:38 -0500
Subject: [PATCH] DOC: BUG: http-request return if/unless is not optional

---
 doc/configuration.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index 2e43f3875..839cd40c0 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -6580,7 +6580,7 @@ http-request return [status <code>] [content-type <type>]
           [ { default-errorfiles | errorfile <file> | errorfiles <name> |
               file <file> | lf-file <file> | string <str> | lf-string <fmt> } ]
 	  [ hdr <name> <fmt> ]*
-          [ { if | unless } <condition> ]
+          { if | unless } <condition>
 
   This stops the evaluation of the rules and immediately returns a response. The
   default status code used for the response is 200. It can be optionally
-- 
2.32.0 (Apple Git-132)

