From f8c1821c2c0d8eb91504ca8b14a1e44f8b675a64 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 6 Mar 2018 17:41:49 +0100 Subject: [PATCH] Polish See gh-12365 --- 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 fb7b3822f6..e3b6aecec8 100644 --- a/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -205,7 +205,7 @@ scope. [[getting-started-gradle-installation]] ==== Gradle installation Spring Boot is compatible with Gradle 2 (2.9 or later) and Gradle 3. If you don't already -have Gradle installed you can follow the instructions at http://www.gradle.org/. +have Gradle installed you can follow the instructions at http://www.gradle.org. Spring Boot dependencies can be declared using the `org.springframework.boot` `group`. Typically your project will declare dependencies to one or more