From 4e7719f1c79058053d44effb9b801645fb2ce53e Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 9 Jul 2018 14:15:19 -0700 Subject: [PATCH] Fix typo --- .../spring-boot-docs/src/main/asciidoc/deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc index 055505a945c..2707c24c6e3 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -454,7 +454,7 @@ fails). [[deployment-install]] == Installing Spring Boot Applications -In additional to running Spring Boot applications by using `java -jar`, it is also +In addition to running Spring Boot applications by using `java -jar`, it is also possible to make fully executable applications for Unix systems. A fully executable jar can be executed like any other executable binary or it can be <>. This makes it very easy to