From 0eca253d849de89f269f5c7b0c1211f5d39d3481 Mon Sep 17 00:00:00 2001 From: Akhtyam Sakaev Date: Thu, 19 Apr 2018 11:34:40 +0300 Subject: [PATCH] Fix CONTRIBUTING docs --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 643267cebc..fd9283e2ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,9 +106,9 @@ To build Cats you should have * `scalastyle`: run the style-checker on the code * `validate`: run tests, style-checker, and doc generation -#### Scala and Scala-js +#### Scala and Scala.js -Cats cross-compiles to both JVM and Javascript(JS). If you are not used to +Cats cross-compiles to both JVM and JavaScript runtimes. If you are not used to working with cross-compiling builds, the first things that you will notice is that builds: