From cfddfc01d32391ce4ae6ccf532fa8f05a381cad1 Mon Sep 17 00:00:00 2001 From: pawandeep Date: Mon, 3 Nov 2025 05:45:55 +0530 Subject: [PATCH] KAFKA-19855 Fix typo in README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbd03dfc0260e..6e2f3bda784b2 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ The following example declares -PmaxTestRetries=1 and -PmaxTestRetryFailures=3 t ./gradlew test -PmaxTestRetries=1 -PmaxTestRetryFailures=3 -See [Test Retry Gradle Plugin](https://github.com/gradle/test-retry-gradle-plugin) for and [build.yml](.github/workflows/build.yml) more details. +See [Test Retry Gradle Plugin](https://github.com/gradle/test-retry-gradle-plugin) and [build.yml](.github/workflows/build.yml) for more details. ### Generating test coverage reports ### Generate coverage reports for the whole project: