From cbf82c4793f42d796f6ea01e719d64dd9c8b6558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Zaj=C4=85czkowski?= Date: Sat, 28 Mar 2015 10:23:13 +0100 Subject: [PATCH] Fix typo in gradle plugin documentation (cherry-picked from commit 99f1c7b) --- 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 f82328ef80..8eba25cd2d 100644 --- a/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc +++ b/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc @@ -441,7 +441,7 @@ want the other Boot features but not this one) to locate the archive to repackage. |`customConfiguration` -|The name of the custom configuration whuch is used to populate the nested lib directory +|The name of the custom configuration which is used to populate the nested lib directory (without specifying this you get all compile and runtime dependencies). |===