mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Reword HELP.md list of guides
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
### Guides
|
||||
The following guides illustrates how to use certain features concretely:
|
||||
The following guides illustrate how to use some features concretely:
|
||||
|
||||
{{#items}}
|
||||
* [{{description}}]({{href}})
|
||||
|
@@ -62,7 +62,7 @@ class HelpDocumentProjectContributorTests {
|
||||
.addGuideLink("https://test2.example.com", "test2");
|
||||
List<String> lines = generateDocument(document);
|
||||
assertThat(lines).containsExactly("# Getting Started", "", "### Guides",
|
||||
"The following guides illustrates how to use certain features concretely:",
|
||||
"The following guides illustrate how to use some features concretely:",
|
||||
"", "* [test](https://test.example.com)",
|
||||
"* [test2](https://test2.example.com)", "");
|
||||
}
|
||||
@@ -108,7 +108,7 @@ class HelpDocumentProjectContributorTests {
|
||||
.println(String.format("# My test section%n%n * Test")));
|
||||
List<String> lines = generateDocument(document);
|
||||
assertThat(lines).containsExactly("# Getting Started", "", "### Guides",
|
||||
"The following guides illustrates how to use certain features concretely:",
|
||||
"The following guides illustrate how to use some features concretely:",
|
||||
"", "* [test](https://test.example.com)", "", "# My test section", "",
|
||||
" * Test");
|
||||
}
|
||||
|
@@ -63,7 +63,7 @@ class HelpDocumentTests {
|
||||
assertThat(out).contains("# Getting Started", "", "### Reference Documentation",
|
||||
"For further reference, please consider the following sections:", "",
|
||||
"* [Doc](https://example.com/doc)", "", "### Guides",
|
||||
"The following guides illustrates how to use certain features concretely:",
|
||||
"The following guides illustrate how to use some features concretely:",
|
||||
"", "* [Guide 1](https://example.com/guide-1)",
|
||||
"* [Guide 2](https://example.com/guide-2)", "");
|
||||
}
|
||||
|
Reference in New Issue
Block a user