summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2014-11-25 19:46:30 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2014-11-25 19:46:30 -0800
commit8e76b69d7576877ce5d706651b57d8e1d6ecd717 (patch)
treeac6bb7500500fef7766cb31c503953d207ebd16d
parente6a71476fed976ea2a55a03b764caad364444452 (diff)
parent2a582ac129d61ad480ed9f1de0c2b269e4a9a51f (diff)
downloadhands-on-scala-js-8e76b69d7576877ce5d706651b57d8e1d6ecd717.tar.gz
hands-on-scala-js-8e76b69d7576877ce5d706651b57d8e1d6ecd717.tar.bz2
hands-on-scala-js-8e76b69d7576877ce5d706651b57d8e1d6ecd717.zip
Merge pull request #9 from jducoeur/Remove-word
Removed an extra word
-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 85fe0f9..5d9bf7b 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%")