Skip to content

Commit 270f364

Browse files
committed
Polish "Make conversion mechanism plural"
See gh-41244
1 parent 068b159 commit 270f364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ 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 mechanisms 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.
12+
Make sure to review <<features#features.external-config.typesafe-configuration-properties.conversion, the properties conversion section>>.
1213

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

0 commit comments

Comments
 (0)