diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index bf9abe86dd0..805c6c7a068 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -2059,7 +2059,7 @@ }, { "value": "iso", - "description": "ISO-8601 extended local time format" + "description": "ISO-8601 extended local time format." }, { "value": "iso-offset", diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index e19a27af8f1..87c202617b8 100644 --- a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -227,7 +227,7 @@ { "name": "spring.banner.image.bitdepth", "type": "java.lang.Integer", - "description": "The bit depth to use for ANSI colors. Supported values are 4 (16 color) or 8 (256 color).", + "description": "Bit depth to use for ANSI colors. Supported values are 4 (16 color) or 8 (256 color).", "defaultValue": 4 }, { @@ -256,7 +256,7 @@ { "name": "spring.banner.image.pixelmode", "type": "org.springframework.boot.ImageBanner$PixelMode", - "description": "The pixel mode to use when rendering the image.", + "description": "Pixel mode to use when rendering the image.", "defaultValue": "TEXT" }, {