summaryrefslogtreecommitdiff
path: root/web/tutorials/04-compilers.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'web/tutorials/04-compilers.markdown')
-rw-r--r--web/tutorials/04-compilers.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/04-compilers.markdown b/web/tutorials/04-compilers.markdown
index deb07f9..a1fca37 100644
--- a/web/tutorials/04-compilers.markdown
+++ b/web/tutorials/04-compilers.markdown
@@ -130,7 +130,7 @@ postCtx =
### Loading and applying templates
Now we know about templates, context and how to load arbitrary items. This gives
-us enough background information in order to understand you can apply a
+us enough background information in order to understand how you can apply a
template:
```haskell