From 6da00dfed84b549fd1cbcf4f5a165d3500a30ffd Mon Sep 17 00:00:00 2001 From: "Blake A. Long" Date: Wed, 10 Mar 2021 22:21:27 -0700 Subject: [PATCH] Fix typos in README See gh-25597 --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index fdeca17819b..9cfd0d9be7d 100755 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ Spring Boot helps you to create Spring-powered, production-grade applications an It takes an opinionated view of the Spring platform so that new and existing users can quickly get to the bits they need. You can use Spring Boot to create stand-alone Java applications that can be started using `java -jar` or more traditional WAR deployments. -We also provide a command line tool that runs spring scripts. +We also provide a command line tool that runs Spring scripts. Our primary goals are: @@ -102,7 +102,7 @@ The main library providing features that support the other parts of Spring Boot, * The `SpringApplication` class, providing static convenience methods that can be used to write a stand-alone Spring Application. Its sole job is to create and refresh an appropriate Spring `ApplicationContext`. * Embedded web applications with a choice of container (Tomcat, Jetty or Undertow). -* First class externalized configuration support, +* First class externalized configuration support. * Convenience `ApplicationContext` initializers, including support for sensible logging defaults.