Skip to content

Commit

Permalink
fix typo (lagom#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshifeng authored and jroper committed Feb 20, 2017
1 parent d9f4df0 commit 36ffc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <https://www.lightbend.com>``. 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).
Expand Down

0 comments on commit 36ffc88

Please sign in to comment.