From a122f3e0f2482eccc3c8886fac24c067a2eed3aa Mon Sep 17 00:00:00 2001 From: "Verrol L. Adams" Date: Thu, 10 Apr 2014 17:25:53 -0700 Subject: [PATCH] changed 'that can you can' to 'that you can' in Getting Started: 8. Introducing Spring Boot --- spring-boot-docs/src/main/asciidoc/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/getting-started.adoc b/spring-boot-docs/src/main/asciidoc/getting-started.adoc index f17d9223f6b..7afada0927c 100644 --- a/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -14,7 +14,7 @@ we go. [[getting-started-introducing-spring-boot]] == Introducing Spring Boot Spring Boot makes it easy to create stand-alone, production-grade Spring based -Applications that can you can ``just run''. We take an opinionated view of the Spring +Applications that you can ``just run''. We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.