Skip to content

Commit c5dfcc5

Browse files
committed
Merge pull request #41244 from mateusscheper
* gh-41244: Polish "Make conversion mechanism plural" Make conversion mechanism plural Closes gh-41244
2 parents 712d935 + 270f364 commit c5dfcc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
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 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.
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)