summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorOlivier Verdier <chtito@gmail.com>2018-01-07 12:31:30 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2018-01-07 12:31:30 +0100
commita88a91d06e57172840ef068f261c88e21eb60665 (patch)
tree31f79225c915b40a4d65fc937b1066f6ebf8ea81 /web
parent4566ee4a43d5656e7695d9da6dab97e843910a3e (diff)
downloadhakyll-a88a91d06e57172840ef068f261c88e21eb60665.tar.gz
Fix typo in 04-compilers.markdown
Diffstat (limited to 'web')
-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