diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 676d0e08aa7ede71239e7672031680aa445dc825..fb095f6ead20f4c1e5a9db8b016cc83de71f4d69 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -824,7 +824,7 @@ while a fully formatted prefix based on that ID is available from `DEBUG` and `TRACE` logging can log sensitive information. This is why form parameters and headers are masked by default and you must explicitly enable their logging in full. -The followig example shows how to do so for server-side requests: +The following example shows how to do so for server-side requests: [source,java,indent=0] [subs="verbatim,quotes"]