From bae567992da931354aece94b624ff92eba9854cc Mon Sep 17 00:00:00 2001 From: Tommy Ludwig Date: Fri, 13 May 2016 13:20:41 +0900 Subject: [PATCH] Polish Maven plugin doc Closes gh-5938 --- .../src/site/apt/examples/exclude-dependency.apt.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/exclude-dependency.apt.vm b/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/exclude-dependency.apt.vm index d187067be7..bf58fdbfc4 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/exclude-dependency.apt.vm +++ b/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/exclude-dependency.apt.vm @@ -15,7 +15,7 @@ executable jar. For consistency, they should not be present either when running the application. - There are tree ways one can exclude a dependency from being packaged/used at runtime + There are three ways one can exclude a dependency from being packaged/used at runtime * Exclude a specific artifact identified by <<>> and <<>> (optionally with a <<>> if needed) @@ -57,7 +57,7 @@ --- - This example excludes every artifacts having the <<>> or <<>> + This example excludes any artifacts having the <<>> or <<>> artifact identifiers ---