From 8771d9e7007428bf1c32ba5b652bf552a7c8fdb3 Mon Sep 17 00:00:00 2001 From: arthur-noseda Date: Tue, 27 Dec 2016 16:50:05 +0100 Subject: [PATCH] Changed "right the way" to "right away" Closes gh-7765 --- 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 a35ed6050ae..d3d7fd23627 100644 --- a/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -464,7 +464,7 @@ that use Spring Boot. If you're looking to solve a specific problem; check there You can shortcut the steps below by going to https://start.spring.io and choosing the `web` starter from the dependencies searcher. This will automatically generate a new project structure so that you can <>. Check the https://github.com/spring-io/initializr[documentation for +right away>>. Check the https://github.com/spring-io/initializr[documentation for more details]. ====