summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2014-12-17 08:54:12 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2014-12-17 08:54:12 -0800
commita10f9f097944a2586d2d98fc09a3e43bb77d0250 (patch)
tree1ca998beb47f7e6f5bd04cdb2af8e23c6df7d60f
parent6e36f0e5c97951a82f943d411e35d1cb89f50fce (diff)
parent26c4bf16fff1efcee159f245a4ff6fe5f75de930 (diff)
downloadhands-on-scala-js-a10f9f097944a2586d2d98fc09a3e43bb77d0250.tar.gz
hands-on-scala-js-a10f9f097944a2586d2d98fc09a3e43bb77d0250.tar.bz2
hands-on-scala-js-a10f9f097944a2586d2d98fc09a3e43bb77d0250.zip
Merge pull request #16 from jducoeur/Typo-fix-2
Another small typo fix
-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 a32ba9e..d2486c2 100644
--- a/book/src/main/scalatex/book/handson/GettingStarted.scalatex
+++ b/book/src/main/scalatex/book/handson/GettingStarted.scalatex
@@ -320,7 +320,7 @@
@li
The @lnk.dom.CanvasRenderingContext2D has a bunch of methods on it that can be used to draw things. Here we only draw 1x1 rectangles to put points on the canvas; try modifying the code to make it draw something else.
@li
- We've look at the @code{master} branch of @code{workbench-example-app}, but this project also has several other branches showing off different facets of Scala.js: @lnk("dodge-the-dots", "https://github.com/lihaoyi/workbench-example-app/tree/dodge-the-dots") and @lnk("space-invaders", "https://github.com/lihaoyi/workbench-example-app/tree/space-invaders") are both interesting branches worth playing with as a beginner. Check them out!
+ We've looked at the @code{master} branch of @code{workbench-example-app}, but this project also has several other branches showing off different facets of Scala.js: @lnk("dodge-the-dots", "https://github.com/lihaoyi/workbench-example-app/tree/dodge-the-dots") and @lnk("space-invaders", "https://github.com/lihaoyi/workbench-example-app/tree/space-invaders") are both interesting branches worth playing with as a beginner. Check them out!
@li
Try publishing the output code somewhere. You only need @code{example-opt.js} and @code{index-opt.html}; try putting them somewhere online where the world can see it.