From 78802d4277a68c2eb5b742840cfc31d0848c0efc Mon Sep 17 00:00:00 2001 From: Ryan Burke Date: Mon, 22 Jul 2019 16:22:37 +0100 Subject: [PATCH] Fix typo in webflux.adoc --- src/docs/asciidoc/web/webflux.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 9cda2574dc..330ef75635 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -830,7 +830,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]