Commit ad6a888e authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent f9975228
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment