From a96ff792d8bab620a717affcae6509ff139901e2 Mon Sep 17 00:00:00 2001 From: Pedro Hos Date: Mon, 27 Mar 2023 19:37:46 -0300 Subject: [PATCH] Typo in Outgoing HTTP requests documentation closes #17242 --- docs/guides/server/outgoinghttp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/server/outgoinghttp.adoc b/docs/guides/server/outgoinghttp.adoc index 7cffd1ae3f7..d15d831a444 100644 --- a/docs/guides/server/outgoinghttp.adoc +++ b/docs/guides/server/outgoinghttp.adoc @@ -80,7 +80,7 @@ For example, consider the following regex: [source] ---- -*\.(google|googleapis)\.com +.*\.(google|googleapis)\.com ---- You apply a regex-based hostname pattern by entering this command: