From be57744a5f91ac877fb58c3e1c7e636475f6abc2 Mon Sep 17 00:00:00 2001 From: burnedoutman <97279475+burnedoutman@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:59:21 +0300 Subject: [PATCH] [docs] fix spelling error Update hostname.adoc Closes #40641 Signed-off-by: burnedoutman <97279475+burnedoutman@users.noreply.github.com> --- docs/guides/server/hostname.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/server/hostname.adoc b/docs/guides/server/hostname.adoc index 74c4bb2da17..92be53e5717 100644 --- a/docs/guides/server/hostname.adoc +++ b/docs/guides/server/hostname.adoc @@ -152,7 +152,7 @@ As indicated in the previous sections, URLs can be resolved in several ways: the ** `hostname-backchannel-dynamic` must be set to false. ** `hostname-strict` must be set to false. * If `hostname-admin` is configured, `hostname` must be set to a URL (not just hostname). Otherwise {project_name} would not know what is the correct frontend URL (incl. port etc.) when accessing the Admin Console. -* If `hostname-backchannel-dynamic` is set to true, `hostname` must be set to a URL (not just hostname). Otherwise {project_name} would not know what is the correct frontend URL (incl. port etc.) when being access via the dynamically resolved bachchannel. +* If `hostname-backchannel-dynamic` is set to true, `hostname` must be set to a URL (not just hostname). Otherwise {project_name} would not know what is the correct frontend URL (incl. port etc.) when being access via the dynamically resolved backchannel. Additionally if hostname is configured, then hostname-strict is ignored.