From 42a6c3671686c3373183199052cf897cfc9fe30d Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Fri, 5 Oct 2018 07:31:05 +0200 Subject: [PATCH] Fix BeansEndpoint typo in readme Closes gh-14688 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 37836f50f0..7b016d158c 100755 --- a/README.adoc +++ b/README.adoc @@ -205,7 +205,7 @@ can also watch files, automatically recompiling and restarting when they change. Actuator endpoints let you monitor and interact with your application. Spring Boot Actuator provides the infrastructure required for actuator endpoints. It contains annotation support for actuator endpoints. Out of the box, this module provides a number of endpoints -including the `HealthEndpoint`, `EnvironmentEndpoint`, `BeansEndpoints` and many more. +including the `HealthEndpoint`, `EnvironmentEndpoint`, `BeansEndpoint` and many more.