From fc445271d83ed55d41ff4c44b37b6cfbeb068eea Mon Sep 17 00:00:00 2001 From: "DESKTOP-35GNJVO\\harry.yoon" Date: Thu, 22 Sep 2022 02:43:16 +0900 Subject: [PATCH] Fixed typos in the appendix. --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-commons/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-cloud-commons/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 6565216b..1c2c01d6 100644 --- a/spring-cloud-commons/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-cloud-commons/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -126,7 +126,7 @@ { "name": "spring.cloud.loadbalancer.retry.max-retries-on-same-service-instance", "defaultValue": 0, - "description": "umber of retries to be executed on the same `ServiceInstance`.", + "description": "Number of retries to be executed on the same `ServiceInstance`.", "type": "java.lang.Integer" }, {