Improve wording in Spring Framework Overview documentation

Closes gh-32829
This commit is contained in:
SharadK10 2024-05-15 22:30:27 +05:30 committed by GitHub
parent 6cdb34410b
commit a3b62a80bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Spring requires Java 17+.
Spring supports a wide range of application scenarios. In a large enterprise, applications 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 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 possibly in a cloud environment. Yet others may be standalone applications (such as batch
or integration workloads) that do not need a server. or integration workloads) that do not need a server.