Skip to content

Commit 171f78a

Browse files
committed
Merge pull request #14688 from dreis2211
* pr/14688: Fix BeansEndpoint typo in readme
2 parents 2b6bdfe + 42a6c36 commit 171f78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ can also watch files, automatically recompiling and restarting when they change.
205205
Actuator endpoints let you monitor and interact with your application.
206206
Spring Boot Actuator provides the infrastructure required for actuator endpoints. It contains
207207
annotation support for actuator endpoints. Out of the box, this module provides a number of endpoints
208-
including the `HealthEndpoint`, `EnvironmentEndpoint`, `BeansEndpoints` and many more.
208+
including the `HealthEndpoint`, `EnvironmentEndpoint`, `BeansEndpoint` and many more.
209209

210210

211211

0 commit comments

Comments
 (0)