Fix BeansEndpoint typo in readme

Closes gh-14688
This commit is contained in:
dreis2211 2018-10-05 07:31:05 +02:00 committed by Stephane Nicoll
parent 2b6bdfe277
commit 42a6c36716

View File

@ -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.