From 5e83c34384d078ec09002a48331e2efdd8b63730 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 21 Jul 2022 12:58:25 +0200 Subject: [PATCH] Fix typo (#1608) --- securing_apps/topics/oidc/java/java-adapter-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securing_apps/topics/oidc/java/java-adapter-config.adoc b/securing_apps/topics/oidc/java/java-adapter-config.adoc index 248c048302..2e96670ae7 100644 --- a/securing_apps/topics/oidc/java/java-adapter-config.adoc +++ b/securing_apps/topics/oidc/java/java-adapter-config.adoc @@ -184,7 +184,7 @@ allow-any-hostname:: If the {project_name} server requires HTTPS and this config option is set to `true` the {project_name} server's certificate is validated via the truststore, but host name validation is not done. This setting should only be used during development and *never* in production as it will disable verification of SSL certificates. - This seting may be useful in test environments This is _OPTIONAL_. + This setting may be useful in test environments This is _OPTIONAL_. The default value is `false`. proxy-url::