We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf5a39 commit 16b3385Copy full SHA for 16b3385
test-index-processor/src/main/java/io/javaoperatorsdk/processor/SampleProcessor.java
@@ -78,7 +78,7 @@ private void generateMarkdownFile() {
78
writer.write(
79
"This document provides an index of all integration tests annotated with @Sample.\n\n"
80
+ "These server also as sample for various use cases. "
81
- + "Your are encouraged to both the tests and descriptions.\n\n");
+ + "Your are encouraged to improve both the tests and/or descriptions.\n\n");
82
83
// Generate table of contents
84
writer.write("## Contents\n\n");
0 commit comments