Skip to content

Commit 068b159

Browse files
mateusscheperwilkinsona
authored andcommitted
Make conversion mechanism plural
Fixing typo for the "mechanism" word and improving readability by adding ".". See gh-41244
1 parent 712d935 commit 068b159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/application-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include::attributes.adoc[]
88
Various properties can be specified inside your `application.properties` file, inside your `application.yaml` file, or as command line switches.
99
This appendix provides a list of common Spring Boot properties and references to the underlying classes that consume them.
1010

11-
TIP: Spring Boot provides various conversion mechanism with advanced value formatting, make sure to review <<features#features.external-config.typesafe-configuration-properties.conversion, the properties conversion section>>.
11+
TIP: Spring Boot provides various conversion mechanisms with advanced value formatting. Make sure to review <<features#features.external-config.typesafe-configuration-properties.conversion, the properties conversion section>>.
1212

1313
NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list.
1414
Also, you can define your own properties.

0 commit comments

Comments
 (0)