From 0926b661231ebafb5757c6e41d670120b9960f98 Mon Sep 17 00:00:00 2001 From: Dan Stine Date: Mon, 3 Oct 2016 12:56:37 -0400 Subject: [PATCH] Fix a typo Closes gh-7085 --- spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc b/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc index c10945ba470..540d3e50e45 100644 --- a/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc +++ b/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc @@ -204,7 +204,7 @@ If you are using a milestone or snapshot release you will also need to add appro [[build-tool-plugins-gradle-dependency-management]] === Gradle dependency management The `spring-boot` plugin automatically applies the -{dependency-management-plugin}/[Dependency Management Plugin] and configures in to import +{dependency-management-plugin}/[Dependency Management Plugin] and configures it to import the `spring-boot-starter-parent` bom. This provides a similar dependency management experience to the one that is enjoyed by Maven users. For example, it allows you to omit version numbers when declaring dependencies that are managed in the bom. To make use of