From ad6a888e474a4dbed46cd619cbd2b759e6c643ba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 4 Apr 2018 11:29:37 +0200 Subject: [PATCH] Polish --- .../src/main/asciidoc/spring-boot-features.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index aee96ca991..8db9c172e1 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1135,12 +1135,12 @@ In the preceding example, the following properties names can all be used: |=== | Property | Note -|`acme.myProject.person.firstName` -|Standard camel case syntax. - |`acme.my-project.person.first-name` |Kebab case, which is recommended for use in `.properties` and `.yml` files. +|`acme.myProject.person.firstName` +|Standard camel case syntax. + |`acme.my_project.person.first_name` |Underscore notation, which is an alternative format for use in `.properties` and `.yml` files.