summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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