From df9761cb3f2e4a3bf47ca3aee67ce8fc2b64fd3a Mon Sep 17 00:00:00 2001 From: Jan Nielsen Date: Wed, 17 Jan 2018 08:19:14 -0700 Subject: [PATCH] Fix doc typo Closes gh-1645 --- src/docs/asciidoc/web/webflux.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 6c88f730224..0e341f7109e 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -868,7 +868,7 @@ content type other than "text/plain". You can declare a shared consumes attribute at the class level. Unlike most other request mapping attributes however when used at the class level, a method-level consumes attribute -will overrides rather than extend the class level declaration. +overrides rather than extend the class level declaration. [TIP] ==== @@ -899,7 +899,7 @@ The media type can specify a character set. Negated expressions are supported -- You can declare a shared produces attribute at the class level. Unlike most other request mapping attributes however when used at the class level, a method-level produces attribute -will overrides rather than extend the class level declaration. +overrides rather than extend the class level declaration. [TIP] ====