Skip to content

Commit 3ff3084

Browse files
iamgd67sbrannen
authored andcommitted
Fix two typos in integration.adoc and webflux.adoc
- Change "you ca" to "you can" in webflux.adoc - English names can be used in "month" field instead of "day-of-month" field in cron expressions in integration.adoc Closes gh-29469
1 parent 27f3fee commit 3ff3084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/docs/asciidoc/integration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5350,7 +5350,7 @@ asterisk.
53505350
* Two numbers separated with a hyphen (`-`) express a range of numbers.
53515351
The specified range is inclusive.
53525352
* Following a range (or `*`) with `/` specifies the interval of the number's value through the range.
5353-
* English names can also be used for the day-of-month and day-of-week fields.
5353+
* English names can also be used for the month and day-of-week fields.
53545354
Use the first three letters of the particular day or month (case does not matter).
53555355
* The day-of-month and day-of-week fields can contain a `L` character, which has a different meaning
53565356
** In the day-of-month field, `L` stands for _the last day of the month_.

src/docs/asciidoc/web/webflux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ extracts the name, version, and file extension:
15411541

15421542
URI path patterns can also have embedded `${...}` placeholders that are resolved on startup
15431543
through `PropertySourcesPlaceholderConfigurer` against local, system, environment, and
1544-
other property sources. You ca use this to, for example, parameterize a base URL based on
1544+
other property sources. You can use this to, for example, parameterize a base URL based on
15451545
some external configuration.
15461546

15471547
NOTE: Spring WebFlux uses `PathPattern` and the `PathPatternParser` for URI path matching support.

0 commit comments

Comments
 (0)