Skip to content

Commit

Permalink
Fix BeansEndpoint typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 authored and snicoll committed Oct 5, 2018
1 parent 2b6bdfe commit 42a6c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down

0 comments on commit 42a6c36

Please sign in to comment.