From 36ffc8856d78f539a072914c35e6f73a0b0c7f5e Mon Sep 17 00:00:00 2001 From: Shifeng Zhang Date: Mon, 20 Feb 2017 13:29:06 +0800 Subject: [PATCH] fix typo (#501) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3aa2b363d4..16ee30eef8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ Before making a contribution, it is important to make sure that the change you w * Code must conform to standard style guidelines and pass all tests * Features and documentation must be provided for both Scala and Java API (unless they only make sense for one of the languages) * Java APIs should go to `com.lightbend.lagom.javadsl.xxxxx` in `xxxxx-javadsl` sbt project (the sbt project might be in a folder named xxxx/javadsl or similar) - * Scala APIs should go to `com.lightbend.lagom.javadsl.xxxxx` in `xxxxx-scalaadsl` sbt project (the sbt project might be in a folder named xxxx/scaladsl or similar) + * Scala APIs should go to `com.lightbend.lagom.scaladsl.xxxxx` in `xxxxx-scaladsl` sbt project (the sbt project might be in a folder named xxxx/scaladsl or similar) 6. New files must: * Have a Lightbend copyright header in the style of ``Copyright (C) 2016-2017 Lightbend Inc. ``. Running `sbt compile` will automatically add missing copyright headers. * Not use ``@author`` tags since it does not encourage [Collective Code Ownership](http://www.extremeprogramming.org/rules/collective.html).