Browse Source

Fix typos

See gh-18705
pull/18848/head
nkjackzhang 6 years ago committed by Stephane Nicoll
parent
commit
6ef39d6b91
  1. 4
      spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc

4
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc

@ -119,7 +119,7 @@ The JSON object contained in the `groups` array can contain the attributes shown @@ -119,7 +119,7 @@ The JSON object contained in the `groups` array can contain the attributes shown
| `description`
| String
| A short description of the group that can be displayed to users.
If not description is available, it may be omitted.
If no description is available, it may be omitted.
It is recommended that descriptions be short paragraphs, with the first line providing a concise summary.
The last line in the description should end with a period (`.`).
@ -161,7 +161,7 @@ The JSON object contained in the `properties` array can contain the attributes d @@ -161,7 +161,7 @@ The JSON object contained in the `properties` array can contain the attributes d
| `description`
| String
| A short description of the group that can be displayed to users.
| A short description of the property that can be displayed to users.
If no description is available, it may be omitted.
It is recommended that descriptions be short paragraphs, with the first line providing a concise summary.
The last line in the description should end with a period (`.`).

Loading…
Cancel
Save