From 7f565b2db4857c76d375f0afd4f0c4c29c6cc23f Mon Sep 17 00:00:00 2001 From: sharad Date: Wed, 15 May 2024 19:57:12 +0530 Subject: [PATCH] Added missing articles (e.g., 'the' in 'the developer's control') --- framework-docs/modules/ROOT/pages/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/overview.adoc b/framework-docs/modules/ROOT/pages/overview.adoc index cb03d79d9c0d..9e002aea0a82 100644 --- a/framework-docs/modules/ROOT/pages/overview.adoc +++ b/framework-docs/modules/ROOT/pages/overview.adoc @@ -10,7 +10,7 @@ Spring requires Java 17+. Spring supports a wide range of application scenarios. In a large enterprise, applications often exist for a long time and have to run on a JDK and application server whose upgrade -cycle is beyond developer control. Others may run as a single jar with the server embedded, +cycle is beyond the developer's control. Others may run as a single jar with the server embedded, possibly in a cloud environment. Yet others may be standalone applications (such as batch or integration workloads) that do not need a server.