From c7fe0535a7bd6cd4a18549ec0daf124887c0a1d2 Mon Sep 17 00:00:00 2001 From: 67 <67@gd67.com> Date: Fri, 11 Nov 2022 15:44:26 +0800 Subject: [PATCH 1/2] change "you ca" to "you can" in webflux.adoc --- framework-docs/src/docs/asciidoc/web/webflux.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/src/docs/asciidoc/web/webflux.adoc b/framework-docs/src/docs/asciidoc/web/webflux.adoc index 2123a530d18c..e821c4815b68 100644 --- a/framework-docs/src/docs/asciidoc/web/webflux.adoc +++ b/framework-docs/src/docs/asciidoc/web/webflux.adoc @@ -1565,7 +1565,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. From faea144ec2ccaa3acfab64d4d332a703fafffea3 Mon Sep 17 00:00:00 2001 From: 67 <67@gd67.com> Date: Fri, 11 Nov 2022 15:59:46 +0800 Subject: [PATCH 2/2] english names can be used in month field instead of day-of-month field in cron expressions --- framework-docs/src/docs/asciidoc/integration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/src/docs/asciidoc/integration.adoc b/framework-docs/src/docs/asciidoc/integration.adoc index 63b327218849..674424c6db40 100644 --- a/framework-docs/src/docs/asciidoc/integration.adoc +++ b/framework-docs/src/docs/asciidoc/integration.adoc @@ -4414,7 +4414,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_.