summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin du Coeur, AKA Mark Waks <jducoeur@gmail.com>2014-11-25 19:56:39 -0500
committerJustin du Coeur, AKA Mark Waks <jducoeur@gmail.com>2014-11-25 19:56:39 -0500
commit2a582ac129d61ad480ed9f1de0c2b269e4a9a51f (patch)
tree6fc591cdb05dd79342854176bd81432ef728ebc4
parent198ec342cc210a66ce46efc6fd8d81d4d2943d95 (diff)
downloadhands-on-scala-js-2a582ac129d61ad480ed9f1de0c2b269e4a9a51f.tar.gz
hands-on-scala-js-2a582ac129d61ad480ed9f1de0c2b269e4a9a51f.tar.bz2
hands-on-scala-js-2a582ac129d61ad480ed9f1de0c2b269e4a9a51f.zip
Removed an extra word
Looks like "ran" got changed to "started", and then not removed.
-rw-r--r--book/src/main/scalatex/book/handson/GettingStarted.scalatex2
1 files changed, 1 insertions, 1 deletions
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%")