Skip to content

Commit b06c9f4

Browse files
committed
Merge pull request #18705 from nkjackzhang
* pr/18705: Fix typos Closes gh-18705
2 parents b61b7b0 + 6ef39d6 commit b06c9f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The JSON object contained in the `groups` array can contain the attributes shown
119119
| `description`
120120
| String
121121
| A short description of the group that can be displayed to users.
122-
If not description is available, it may be omitted.
122+
If no description is available, it may be omitted.
123123
It is recommended that descriptions be short paragraphs, with the first line providing a concise summary.
124124
The last line in the description should end with a period (`.`).
125125

@@ -161,7 +161,7 @@ The JSON object contained in the `properties` array can contain the attributes d
161161

162162
| `description`
163163
| String
164-
| A short description of the group that can be displayed to users.
164+
| A short description of the property that can be displayed to users.
165165
If no description is available, it may be omitted.
166166
It is recommended that descriptions be short paragraphs, with the first line providing a concise summary.
167167
The last line in the description should end with a period (`.`).

0 commit comments

Comments
 (0)