Skip to content

Commit

Permalink
Fix minor spacings in webflux docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Mar 9, 2023
1 parent 2846573 commit 44a6d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webflux-cors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ By default global configuration enables the following:
* `GET`, `HEAD`, and `POST` methods.

`allowedCredentials` is not enabled by default, since that establishes a trust level
that exposes sensitive user-specific information( such as cookies and CSRF tokens) and
that exposes sensitive user-specific information (such as cookies and CSRF tokens) and
should be used only where appropriate. When it is enabled either `allowOrigins` must be
set to one or more specific domain (but not the special value `"*"`) or alternatively
the `allowOriginPatterns` property may be used to match to a dynamic set of origins.
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webflux.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@ reactive type, as the following example shows:
----

Note that use of `@ModelAttribute` is optional -- for example, to set its attributes.
By default, any argument that is not a simple value type( as determined by
By default, any argument that is not a simple value type (as determined by
{api-spring-framework}/beans/BeanUtils.html#isSimpleProperty-java.lang.Class-[BeanUtils#isSimpleProperty])
and is not resolved by any other argument resolver is treated as if it were annotated
with `@ModelAttribute`.
Expand Down

0 comments on commit 44a6d13

Please sign in to comment.