summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2014-11-24 20:26:05 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2014-11-24 20:26:05 -0800
commitf8178cfa51525a11c0088400b26c79d0d4fc5753 (patch)
treed1588ee36c3e6d52abe4b55cf69e82cdc8ddc514
parent198ec342cc210a66ce46efc6fd8d81d4d2943d95 (diff)
parentecbf4daafa883229f8602dd3c0dd189ae5379c6a (diff)
downloadhands-on-scala-js-f8178cfa51525a11c0088400b26c79d0d4fc5753.tar.gz
hands-on-scala-js-f8178cfa51525a11c0088400b26c79d0d4fc5753.tar.bz2
hands-on-scala-js-f8178cfa51525a11c0088400b26c79d0d4fc5753.zip
Merge pull request #2 from jducoeur/Typo-fix
Fixed a minor typo
-rw-r--r--book/src/main/scalatex/book/Intro.scalatex2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/main/scalatex/book/Intro.scalatex b/book/src/main/scalatex/book/Intro.scalatex
index 87c8895..6130ffc 100644
--- a/book/src/main/scalatex/book/Intro.scalatex
+++ b/book/src/main/scalatex/book/Intro.scalatex
@@ -35,7 +35,7 @@
@li
Typo-safety due to its compiler which catches many silly errors before the code is run
@li
- In-editor support for autocomplete, error-highlghting, refactors, and intelligent navigation
+ In-editor support for autocomplete, error-highlighting, refactors, and intelligent navigation
@li
Moderate sized compiled executables, in the 100-400kb range
@li