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] 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.