From 2a582ac129d61ad480ed9f1de0c2b269e4a9a51f Mon Sep 17 00:00:00 2001 From: "Justin du Coeur, AKA Mark Waks" Date: Tue, 25 Nov 2014 19:56:39 -0500 Subject: Removed an extra word Looks like "ran" got changed to "started", and then not removed. --- book/src/main/scalatex/book/handson/GettingStarted.scalatex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/main/scalatex/book/handson/GettingStarted.scalatex b/book/src/main/scalatex/book/handson/GettingStarted.scalatex index c31a14b..7a24f1c 100644 --- a/book/src/main/scalatex/book/handson/GettingStarted.scalatex +++ b/book/src/main/scalatex/book/handson/GettingStarted.scalatex @@ -81,7 +81,7 @@ + ctx.fillStyle = "white" @p - Because we started ran @code{sbt ~fastOptJS} with the @code{~} prefix earlier, it should pick up the change and automatically recompile. The example project is set up to automatically refresh the page when recompilation is complete. + Because we started @code{sbt ~fastOptJS} with the @code{~} prefix earlier, it should pick up the change and automatically recompile. The example project is set up to automatically refresh the page when recompilation is complete. @img(src:="images/Hello World White.png", maxWidth:="100%") -- cgit v1.2.3