From a66aaa089de06205c991df62c0844f942b8c719e Mon Sep 17 00:00:00 2001 From: yiksanchan Date: Thu, 7 May 2020 23:05:34 -0700 Subject: [PATCH] Fix grammar in CONTRIBUTING.md (#29042) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dfd02e04bb..8a3ef26d48 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -205,8 +205,8 @@ target PR branch you can do so by setting the PR_TARGET_BRANCH environment varia PR_TARGET_BRANCH=origin/example sbt validatePullRequest ``` -If you have already run all tests and now just need to check that everything is formatted and or mima passes there -are a set of `all*` commands aliases for running `test:compile` (also formats), `mimaReportBinaryIssues`, and `validateCompile` +If you already ran all tests and just need to check formatting and mima, there +is a set of `all*` command aliases that run `test:compile` (also formats), `mimaReportBinaryIssues`, and `validateCompile` (compiles `multi-jvm` if enabled for that project). See `build.sbt` or use completion to find the most appropriate one e.g. `allCluster`, `allTyped`.