From 37030e9e4e9a18ae0fcbb2f93e3032d3ca584f5b Mon Sep 17 00:00:00 2001 From: nkjackzhang Date: Wed, 23 Oct 2019 17:38:40 +0800 Subject: [PATCH] Fix typos Fix some typos. --- .../src/main/asciidoc/appendix-configuration-metadata.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc index e60a03887b9a..23ddc25c53f3 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc @@ -121,7 +121,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 (`.`). @@ -163,7 +163,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 (`.`).