From 3a7d5953a8c4fe33b735c235a7c8c1629d05008c Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 1 Feb 2018 09:29:20 -0800 Subject: [PATCH] Fix typo --- .../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 0fbac300bbd..21d97e8c849 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 @@ -176,7 +176,7 @@ please refer to the separate API documentation ({spring-boot-actuator-api}/html[ [[production-ready-endpoints-enabling-endpoints]] === Enabling Endpoints By default, all endpoints except for `shutdown` are enabled. To configure the enablement -of an endpoint, use its `management.endpoints..enabled` property. The following +of an endpoint, use its `management.endpoint..enabled` property. The following example enables the `shutdown` endpoint: [source,properties,indent=0]