From 79be25b87d16bb5842b81d89da68b2565f9b85dc Mon Sep 17 00:00:00 2001 From: jlncrnt Date: Fri, 11 Nov 2016 16:01:26 +0100 Subject: Typo "form" mispelled --- book/src/main/scalatex/handson/WebPage.scalatex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/main/scalatex/handson/WebPage.scalatex b/book/src/main/scalatex/handson/WebPage.scalatex index cc232f2..1f3f828 100644 --- a/book/src/main/scalatex/handson/WebPage.scalatex +++ b/book/src/main/scalatex/handson/WebPage.scalatex @@ -4,7 +4,7 @@ Most web applications aren't neat little games which live on a single canvas: they are large, structured HTML pages, which involve displaying data (whether from the user or from the web) in multiple ways, while allowing the user to make changes to the data that can be saved back to whatever remote web-service/database it came from. @p - At this point, you are already competent at using Scala.js to make basic, self-contained canvas applications. In this chapter, we will cover how to use Scala.js to build the sort of interactive-web-pages that make up the bulk of the modern-day internet. We'll cover how to use powerful libraries that turn front-end development form the typical fragile-mess into a structured, robust piece of software. + At this point, you are already competent at using Scala.js to make basic, self-contained canvas applications. In this chapter, we will cover how to use Scala.js to build the sort of interactive-web-pages that make up the bulk of the modern-day internet. We'll cover how to use powerful libraries that turn front-end development from the typical fragile-mess into a structured, robust piece of software. @val webpage = wd/'examples/'demos/'src/'main/'scala/'webpage -- cgit v1.2.3