From b89055d8df20c2d3f3832f3e00320fef649cec8a Mon Sep 17 00:00:00 2001 From: makearl Date: Tue, 31 Oct 2017 08:42:28 -0400 Subject: [PATCH] Fix typo in checkstyle command --- coding-guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coding-guide.html b/coding-guide.html index 59bd4987b..b40721dcf 100644 --- a/coding-guide.html +++ b/coding-guide.html @@ -139,7 +139,7 @@

Streams API

  • If reformatting is neccessary, do a minor PR (either upfront or as follow up).
  • -
  • Run ./gradlew clean chechstyleMain checkstyleTest before opening/updating a PR.
  • +
  • Run ./gradlew clean checkstyleMain checkstyleTest before opening/updating a PR.
  • Help reviewing! No need to be shy; if you can contribute code, you know enough to comment on the work of others.