From 29ccbed2c27a77466ded38b20155b3cd73f091d8 Mon Sep 17 00:00:00 2001 From: Bryan Ji Date: Wed, 18 Dec 2019 07:19:17 -0800 Subject: [PATCH] MINOR: Fix small typo in main README (#7779) Fixed a small typo in the main README file ("They are also are printed" --> "They are also printed"). Reviewers: Manikumar Reddy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7081c42298b4..cbee9cd131539 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ You can run checkstyle using: ./gradlew checkstyleMain checkstyleTest The checkstyle warnings will be found in `reports/checkstyle/reports/main.html` and `reports/checkstyle/reports/test.html` files in the -subproject build directories. They are also are printed to the console. The build will fail if Checkstyle fails. +subproject build directories. They are also printed to the console. The build will fail if Checkstyle fails. #### Spotbugs #### Spotbugs uses static analysis to look for bugs in the code.