From 6a4165565a1006956734fe02971b0ee3b2502055 Mon Sep 17 00:00:00 2001 From: pacom20003 Date: Thu, 14 Jun 2018 16:43:01 -0400 Subject: [PATCH] Simple gramar fix --- .../building-a-scala-project-with-intellij-and-sbt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started-intellij-track/building-a-scala-project-with-intellij-and-sbt.md b/getting-started-intellij-track/building-a-scala-project-with-intellij-and-sbt.md index 6b0d28940d..74bfff8b5b 100644 --- a/getting-started-intellij-track/building-a-scala-project-with-intellij-and-sbt.md +++ b/getting-started-intellij-track/building-a-scala-project-with-intellij-and-sbt.md @@ -62,7 +62,7 @@ object Main extends App { } ``` -Note: IntelliJ has its own implementation the Scala compiler, and sometimes your +Note: IntelliJ has its own implementation of the Scala compiler, and sometimes your code is correct even though IntelliJ indicates otherwise. You can always check to see if sbt can run your project on the command line.