From 1f3d9235a816af45f7fa76491473f2141a169659 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Jul 2016 18:20:32 +0200 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-docs/src/main/asciidoc/deployment.adoc b/spring-boot-docs/src/main/asciidoc/deployment.adoc index df95d23f4c..b150e9ec7a 100644 --- a/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -445,7 +445,7 @@ Once installed, you can start and stop the service in the usual way. For example $ /etc/init.d/myapp start ---- -TIP: If you're application fails to start, check the log file written to +TIP: If your application fails to start, check the log file written to `/var/log/.log` for errors. You can also flag the application to start automatically using your standard operating