From 47ed48625ca52432bb4cc73b2cf50650c9c85aea Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Tue, 7 Aug 2018 19:54:47 +0200 Subject: [PATCH] Fix typo Closes gh-14013 --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index b6e1d65a12..5337dcc579 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -2011,7 +2011,7 @@ services use self-signed certificates, you need to set the following property: === Custom context path -If the server's context-path has been configured to anything other then `/`, the Cloud +If the server's context-path has been configured to anything other than `/`, the Cloud Foundry endpoints will not be available at the root of the application. For example, if `server.servlet.context-path=/app`, Cloud Foundry endpoints will be available at `/app/cloudfoundryapplication/*`.