Skip to content

Commit 19a099c

Browse files
committed
minor documentation fix in PackagerPlugin.scala
1 parent 9b5849b commit 19a099c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/scala/com/typesafe/sbt/PackagerPlugin.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ import sbt.Keys.{name, normalizedName, packageBin, streams}
1717
*
1818
* - JavaAppPackaging
1919
* - JavaServerPackaging
20-
* - AkkaAppPackging
2120
*
2221
* ==Configuration==
2322
*
24-
* The are a few settings you should set if you want to build package no matter what format.
23+
* There are a few settings you should set if you want to build package no matter what format.
2524
*
2625
* {{{
2726
* maintainer := "Your name <[email protected]>"
@@ -55,7 +54,7 @@ object SbtNativePackager extends AutoPlugin {
5554
*
5655
* ===NativePackagerKeys===
5756
*
58-
* This inclues ''all'' available keys provided by the sbt-native-packager. Used it if a setting/task key is not in
57+
* This includes ''all'' available keys provided by the sbt-native-packager. Used it if a setting/task key is not in
5958
* scope.
6059
*
6160
* {{{

0 commit comments

Comments
 (0)