Skip to content

Commit 6da00df

Browse files
bal360wilkinsona
authored andcommitted
Fix typos in README
See gh-25597
1 parent 94e17d2 commit 6da00df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

+2-2
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)