From 068b1597993bc14fe923bf56ec6ded6af15dd2a0 Mon Sep 17 00:00:00 2001 From: Mateus Scheper Date: Wed, 26 Jun 2024 09:39:28 -0300 Subject: [PATCH] Make conversion mechanism plural Fixing typo for the "mechanism" word and improving readability by adding ".". See gh-41244 --- .../src/docs/asciidoc/application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/application-properties.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/application-properties.adoc index ab3b79f7eb7..8890668f09d 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/application-properties.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/application-properties.adoc @@ -8,7 +8,7 @@ include::attributes.adoc[] Various properties can be specified inside your `application.properties` file, inside your `application.yaml` file, or as command line switches. This appendix provides a list of common Spring Boot properties and references to the underlying classes that consume them. -TIP: Spring Boot provides various conversion mechanism with advanced value formatting, make sure to review <>. +TIP: Spring Boot provides various conversion mechanisms with advanced value formatting. Make sure to review <>. NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list. Also, you can define your own properties.