Skip to content

Commit 1acbc97

Browse files
abelsromerosdeleuze
authored andcommitted
Fix minor spacings in webflux docs
Closes gh-30078
1 parent e88ec06 commit 1acbc97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

framework-docs/src/docs/asciidoc/web/webflux-cors.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ By default global configuration enables the following:
251251
* `GET`, `HEAD`, and `POST` methods.
252252

253253
`allowedCredentials` is not enabled by default, since that establishes a trust level
254-
that exposes sensitive user-specific information( such as cookies and CSRF tokens) and
254+
that exposes sensitive user-specific information (such as cookies and CSRF tokens) and
255255
should be used only where appropriate. When it is enabled either `allowOrigins` must be
256256
set to one or more specific domain (but not the special value `"*"`) or alternatively
257257
the `allowOriginPatterns` property may be used to match to a dynamic set of origins.

framework-docs/src/docs/asciidoc/web/webflux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2504,7 +2504,7 @@ reactive type, as the following example shows:
25042504
----
25052505

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

0 commit comments

Comments
 (0)