From 8786f37f2a9d86c153abc9ef7f5bd42b2ec0d9c1 Mon Sep 17 00:00:00 2001 From: SJLIM Date: Wed, 27 May 2026 23:18:54 +0900 Subject: [PATCH 1/2] Fix typos in documentation See gh-50593 Signed-off-by: SJLIM --- .../appendix/pages/deprecated-application-properties/index.adoc | 2 +- .../antora/modules/gradle-plugin/pages/getting-started.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/appendix/pages/deprecated-application-properties/index.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/appendix/pages/deprecated-application-properties/index.adoc index c0aa05ec2ad..46c66045e94 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/appendix/pages/deprecated-application-properties/index.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/appendix/pages/deprecated-application-properties/index.adoc @@ -3,7 +3,7 @@ = Deprecated Application Properties The following deprecated properties can be specified inside your `application.properties` file, inside your `application.yaml` file, or as command line switches. -Support for these properties will be removed in a future release and should you should migrate away from them. +Support for these properties will be removed in a future release and you should migrate away from them. [TIP] ==== diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/pages/getting-started.adoc b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/pages/getting-started.adoc index 5e923ee0d1e..995bb857fc8 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/pages/getting-started.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/pages/getting-started.adoc @@ -6,7 +6,7 @@ To get started with the plugin it needs to be applied to your project. ifeval::["{build-type}" == "commercial"] The plugin is published to the Spring Commercial repository. You will have to configure your build to access this repository. -This is usual done through a local artifact repository that mirrors the content of the Spring Commercial repository. +This is usually done through a local artifact repository that mirrors the content of the Spring Commercial repository. Alternatively, while it is not recommended, the Spring Commercial repository can also be accessed directly. In either case, see https://docs.vmware.com/en/Tanzu-Spring-Runtime/Commercial/Tanzu-Spring-Runtime/spring-enterprise-subscription.html[the Tanzu Spring Runtime documentation] for further details. From a862a087ee6bbd6d031fa9bc427fc178d84e19e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 29 May 2026 12:33:38 +0200 Subject: [PATCH 2/2] Polish "Fix typos in documentation" See gh-50593 --- .../antora/modules/tutorial/pages/first-application/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/tutorial/pages/first-application/index.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/tutorial/pages/first-application/index.adoc index 04fa52682ce..513e64cb8a2 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/tutorial/pages/first-application/index.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/tutorial/pages/first-application/index.adoc @@ -132,7 +132,7 @@ endif::[] ifeval::["{build-type}" == "commercial"] You will also have to configure your build to access the Spring Commercial repository. -This is usual done through a local artifact repository that mirrors the content of the Spring Commercial repository. +This is usually done through a local artifact repository that mirrors the content of the Spring Commercial repository. Alternatively, while it is not recommended, the Spring Commercial repository can also be accessed directly. In either case, see https://docs.vmware.com/en/Tanzu-Spring-Runtime/Commercial/Tanzu-Spring-Runtime/spring-enterprise-subscription.html[the Tanzu Spring Runtime documentation] for further details.