summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin du Coeur, AKA Mark Waks <jducoeur@gmail.com>2014-12-17 09:55:07 -0500
committerJustin du Coeur, AKA Mark Waks <jducoeur@gmail.com>2014-12-17 09:55:07 -0500
commit26c4bf16fff1efcee159f245a4ff6fe5f75de930 (patch)
treec1d656a205ac3178a2b56e3da9895829ff0736b1
parent198ec342cc210a66ce46efc6fd8d81d4d2943d95 (diff)
downloadhands-on-scala-js-26c4bf16fff1efcee159f245a4ff6fe5f75de930.tar.gz
hands-on-scala-js-26c4bf16fff1efcee159f245a4ff6fe5f75de930.tar.bz2
hands-on-scala-js-26c4bf16fff1efcee159f245a4ff6fe5f75de930.zip
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 c31a14b..0da9cf6 100644
--- a/book/src/main/scalatex/book/handson/GettingStarted.scalatex
+++ b/book/src/main/scalatex/book/handson/GettingStarted.scalatex
@@ -318,7 +318,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.