From e494463e4491c3b2ff4e277fc39931ab763f7a26 Mon Sep 17 00:00:00 2001 From: micrypt Date: Mon, 27 Jun 2011 13:37:04 -0700 Subject: [PATCH] Typo fix. --- Quick-Configuration-Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quick-Configuration-Examples.md b/Quick-Configuration-Examples.md index c9adc38..09415ae 100644 --- a/Quick-Configuration-Examples.md +++ b/Quick-Configuration-Examples.md @@ -13,7 +13,7 @@ organization := "org.myproject" // add a test dependency on ScalaCheck libraryDependencies += "org.scala-tools.testing" %% "scalacheck" % "1.8" % "test" -// add compile dependencies on a some dispatch modules +// add compile dependencies on some dispatch modules libraryDependencies ++= Seq( "net.databinder" %% "dispatch-meetup" % "0.7.8", "net.databinder" %% "dispatch-twitter" % "0.7.8"