Fix simple typo on Configuration Properties page (#993)

This commit is contained in:
Uno Kim
2024-03-20 19:45:43 +09:00
committed by GitHub
parent c0163ec897
commit 6ff55e3bde
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
{
"name": "spring.cloud.openfeign.circuitbreaker.group.enabled",
"type": "java.lang.Boolean",
"description": "If true, an OpenFeign client will be wrapped with a Spring Cloud CircuitBreaker circuit breaker with with group.",
"description": "If true, an OpenFeign client will be wrapped with a Spring Cloud CircuitBreaker circuit breaker with group.",
"defaultValue": "false"
},
{