Skip to content

Commit 8b2cb32

Browse files
committed
Fix typo
1 parent a50646b commit 8b2cb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ Spring Application there without some modifications. See the
503503

504504
[[deployment-install]]
505505
== Installing Spring Boot applications
506-
In additional to running Spring Boot applications using `java -jar` it is also possible
506+
In addition to running Spring Boot applications using `java -jar` it is also possible
507507
to make fully executable applications for Unix systems. A fully executable jar can be
508508
executed like any other executable binary or it can be <<deployment-service,registered
509509
with `init.d` or `systemd`>>. This makes it very easy to install and manage Spring Boot

0 commit comments

Comments
 (0)