Skip to content

Commit 4370c6e

Browse files
meiyesephilwebb
authored andcommitted
Fix typo in endpoint documentation
See gh-38823
1 parent 94df3c9 commit 4370c6e

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ See the section that describes <<actuator#actuator.endpoints.kubernetes-probes.l
929929

930930
If your Actuator endpoints are deployed on a separate management context, the endpoints do not use the same web infrastructure (port, connection pools, framework components) as the main application.
931931
In this case, a probe check could be successful even if the main application does not work properly (for example, it cannot accept new connections).
932-
For this reason, is it a good idea to make the `liveness` and `readiness` health groups available on the main server port.
932+
For this reason, it is a good idea to make the `liveness` and `readiness` health groups available on the main server port.
933933
This can be done by setting the following property:
934934

935935
[source,properties,indent=0,subs="verbatim"]

0 commit comments

Comments
 (0)