This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch 4.3
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/4.3 by this push:
     new edbc09b9ad7 MINOR: add comma before "and" in README (#22064)
edbc09b9ad7 is described below

commit edbc09b9ad7c241eebd230df53f9d577a8dfb4db
Author: Chia-Yi Chiu <[email protected]>
AuthorDate: Thu Apr 16 02:06:02 2026 +0900

    MINOR: add comma before "and" in README (#22064)
    
    Reviewers: Andrew Schofield <[email protected]>, Chia-Ping Tsai
    <[email protected]>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c67f34b9e9a..eae6242158b 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,7 @@ Streams has multiple sub-projects, but you can run all the 
tests:
 ### Building IDE project
 *Note: Please ensure that JDK 17 is used when developing Kafka.*
 
-IntelliJ supports Gradle natively and it will automatically check Java syntax 
and compatibility for each module, even if
+IntelliJ supports Gradle natively, and it will automatically check Java syntax 
and compatibility for each module, even if
 the Java version shown in the `Structure > Project Settings > Modules` may not 
be the correct one.
 
 When it comes to Eclipse, run:
@@ -193,7 +193,7 @@ When it comes to Eclipse, run:
 ```
 
 The `eclipse` task has been configured to use `${project_dir}/build_eclipse` 
as Eclipse's build directory. Eclipse's default
-build directory (`${project_dir}/bin`) clashes with Kafka's scripts directory 
and we don't use Gradle's build directory
+build directory (`${project_dir}/bin`) clashes with Kafka's scripts directory, 
and we don't use Gradle's build directory
 to avoid known issues with this configuration.
 
 ### Publishing the streams quickstart archetype artifact to maven

Reply via email to