Commit 3a7d5953 authored by Madhura Bhave's avatar Madhura Bhave

Fix typo

parent 458dde63
......@@ -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.<id>.enabled` property. The following
of an endpoint, use its `management.endpoint.<id>.enabled` property. The following
example enables the `shutdown` endpoint:
[source,properties,indent=0]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment