From a4e5ee0b32197e17b4e7c2d3643f1fc9dea67e42 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 2 Aug 2015 10:04:50 +0200 Subject: [PATCH] Fix typo --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 88f7cff8ae..8a9c436577 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -689,7 +689,7 @@ content into your application; rather pick only the properties that you need. endpoints.docs.enabled=true endpoints.docs.curies.enabled=false endpoints.hal.enabled=true - endpoints.links.enable=true + endpoints.links.enabled=true # ENDPOINTS CORS CONFIGURATION ({sc-spring-boot-actuator}/autoconfigure/MvcEndpointCorsProperties.{sc-ext}[MvcEndpointCorsProperties]) endpoints.cors.allow-credentials= # set whether user credentials are support. When not set, credentials are not supported.