From 8b2cb32ae702c4a2d57c9af5c613b5de83d8de02 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 9 Jul 2018 14:10:31 -0700 Subject: [PATCH 1/2] Fix typo --- spring-boot-docs/src/main/asciidoc/deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-docs/src/main/asciidoc/deployment.adoc index 2b8ed6c4b9..c506afbd67 100644 --- a/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -503,7 +503,7 @@ Spring Application there without some modifications. See the [[deployment-install]] == Installing Spring Boot applications -In additional to running Spring Boot applications using `java -jar` it is also possible +In addition to running Spring Boot applications 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 install and manage Spring Boot From 4e7719f1c79058053d44effb9b801645fb2ce53e Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 9 Jul 2018 14:15:19 -0700 Subject: [PATCH 2/2] 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 055505a945..2707c24c6e 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