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 <manikumar.reddy@gmail.com>
This commit is contained in:
Bryan Ji 2019-12-18 07:19:17 -08:00 committed by Manikumar Reddy
parent 75a68341da
commit 29ccbed2c2
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ You can run checkstyle using:
./gradlew checkstyleMain checkstyleTest ./gradlew checkstyleMain checkstyleTest
The checkstyle warnings will be found in `reports/checkstyle/reports/main.html` and `reports/checkstyle/reports/test.html` files in the 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 ####
Spotbugs uses static analysis to look for bugs in the code. Spotbugs uses static analysis to look for bugs in the code.