Skip to content

Commit 9798901

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-25600
2 parents f3b8c2d + 911cb21 commit 9798901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Spring Boot helps you to create Spring-powered, production-grade applications an
66
It takes an opinionated view of the Spring platform so that new and existing users can quickly get to the bits they need.
77

88
You can use Spring Boot to create stand-alone Java applications that can be started using `java -jar` or more traditional WAR deployments.
9-
We also provide a command line tool that runs spring scripts.
9+
We also provide a command line tool that runs Spring scripts.
1010

1111
Our primary goals are:
1212

@@ -102,7 +102,7 @@ The main library providing features that support the other parts of Spring Boot,
102102
* The `SpringApplication` class, providing static convenience methods that can be used to write a stand-alone Spring Application.
103103
Its sole job is to create and refresh an appropriate Spring `ApplicationContext`.
104104
* Embedded web applications with a choice of container (Tomcat, Jetty or Undertow).
105-
* First class externalized configuration support,
105+
* First class externalized configuration support.
106106
* Convenience `ApplicationContext` initializers, including support for sensible logging defaults.
107107

108108

0 commit comments

Comments
 (0)