This pull request fixes a small grammatical mistake by adding missing articles to improve readability and correctness in the Spring Framework documentation, specifically in the overview.adoc file.
Details of Changes:
Before: 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.
After: 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 the developer's control.
Comment From: sbrannen
This has been merged into main
.
Thanks and congratulations on submitting your first PR for the Spring Framework! 👍
Comment From: SharadK10
Thanks @sbrannen for reviewing and merging my pull request. Looking forward to make many more contributions to the community.