From 0e5201abe29e5fe9bb3c676474904819c8bb2fdc Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 23 Jun 2014 16:51:25 +0100 Subject: [PATCH] Fix typos (see gh-1135) --- spring-boot-docs/src/main/asciidoc/howto.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 73db77ade1..151a551c84 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -1622,8 +1622,8 @@ bootRepackage { === Create a non-executable JAR with exclusions Often if you have an executable and a non-executable jar -as biuld products, the executable version will have additional -configuration files that ar enot needed in a library jar. E.g. the +as build products, the executable version will have additional +configuration files that are not needed in a library jar. E.g. the `application.yml` configuration file might excluded from the non-executable JAR.