Skip to content

Commit 16b3385

Browse files
committed
improve
Signed-off-by: Attila Mészáros <[email protected]>
1 parent dcf5a39 commit 16b3385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-index-processor/src/main/java/io/javaoperatorsdk/processor/SampleProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private void generateMarkdownFile() {
7878
writer.write(
7979
"This document provides an index of all integration tests annotated with @Sample.\n\n"
8080
+ "These server also as sample for various use cases. "
81-
+ "Your are encouraged to both the tests and descriptions.\n\n");
81+
+ "Your are encouraged to improve both the tests and/or descriptions.\n\n");
8282

8383
// Generate table of contents
8484
writer.write("## Contents\n\n");

0 commit comments

Comments
 (0)