Fix typo in webflux.adoc

This commit is contained in:
Ryan Burke 2019-07-22 16:22:37 +01:00 committed by Sam Brannen
parent 92890232df
commit 78802d4277
1 changed files with 1 additions and 1 deletions

View File

@ -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]