diff --git a/dubbo-spring-boot/dubbo-spring-boot-actuator/README.md b/dubbo-spring-boot/dubbo-spring-boot-actuator/README.md index 8b2f0805c7..b0f22c027c 100644 --- a/dubbo-spring-boot/dubbo-spring-boot-actuator/README.md +++ b/dubbo-spring-boot/dubbo-spring-boot-actuator/README.md @@ -473,7 +473,7 @@ management.health.dubbo.status.extras = load,threadpool `management.health.dubbo.enabled` is a enabled configuration to turn on or off health checks feature, its' default is `true`. - If you'd like to disable health checks , you chould apply `management.health.dubbo.enabled` to be `false`: + If you'd like to disable health checks , you could apply `management.health.dubbo.enabled` to be `false`: ```properties management.health.dubbo.enabled = false