From 6f13b50282c6406fc36eadb51a16ce56a25e05d4 Mon Sep 17 00:00:00 2001
From: Brett Adams <Bre77@users.noreply.github.com>
Date: Thu, 25 Apr 2024 09:36:02 +1000
Subject: [PATCH] Fix guard_page value in static connection (#32454)

---
 source/_integrations/http.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown
index f192aedce39..e637bffaff7 100644
--- a/source/_integrations/http.markdown
+++ b/source/_integrations/http.markdown
@@ -87,7 +87,7 @@ ssl_profile:
   type: string
   default: modern
 strict_connection:
-  description: Specifies the strict connection mode. Please read the section ["Strict connection mode"](#strict-connection-mode) before changing this value. Can be one of `disabled`, `static_page` or `drop_connection`.
+  description: Specifies the strict connection mode. Please read the section ["Strict connection mode"](#strict-connection-mode) before changing this value. Can be one of `disabled`, `guard_page` or `drop_connection`.
   required: false
   type: string
   default: disabled