Skip to content

Commit

Permalink
Fix two typos in integration.adoc and webflux.adoc
Browse files Browse the repository at this point in the history
- 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 spring-projectsgh-29469
  • Loading branch information
iamgd67 authored and sbrannen committed Nov 11, 2022
1 parent 0b2234e commit 45afd40
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/integration.adoc
Expand Up @@ -5350,7 +5350,7 @@ asterisk.
* Two numbers separated with a hyphen (`-`) express a range of numbers.
The specified range is inclusive.
* Following a range (or `*`) with `/` specifies the interval of the number's value through the range.
* English names can also be used for the day-of-month and day-of-week fields.
* English names can also be used for the month and day-of-week fields.
Use the first three letters of the particular day or month (case does not matter).
* The day-of-month and day-of-week fields can contain a `L` character, which has a different meaning
** In the day-of-month field, `L` stands for _the last day of the month_.
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webflux.adoc
Expand Up @@ -1541,7 +1541,7 @@ extracts the name, version, and file extension:

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

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

0 comments on commit 45afd40

Please sign in to comment.