Browse Source

Merge pull request #1645 from JanStureNielsen:patch-1

* pr/1645:
  Fix doc typo
pull/1646/merge
Stephane Nicoll 8 years ago
parent
commit
dfe4e01f51
  1. 4
      src/docs/asciidoc/web/webflux.adoc

4
src/docs/asciidoc/web/webflux.adoc

@ -868,7 +868,7 @@ content type other than "text/plain". @@ -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 -- @@ -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]
====

Loading…
Cancel
Save