This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 4c75227681 Update README.md (#12923)
4c75227681 is described below
commit 4c75227681a53a87d8fc12133e79f0492bfb6027
Author: xiezheng-XD <[email protected]>
AuthorDate: Mon Aug 21 16:41:47 2023 +0800
Update README.md (#12923)
---
dubbo-spring-boot/dubbo-spring-boot-actuator/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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