Skip to content

Commit

Permalink
Fix CONTRIBUTING docs (#2234)
Browse files Browse the repository at this point in the history
  • Loading branch information
asakaev authored and kailuowang committed Sep 6, 2018
1 parent f778a74 commit b6903be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b6903be

Please sign in to comment.