diff options
author | Olivier Verdier <chtito@gmail.com> | 2018-01-07 12:31:30 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2018-01-07 12:31:30 +0100 |
commit | a88a91d06e57172840ef068f261c88e21eb60665 (patch) | |
tree | 31f79225c915b40a4d65fc937b1066f6ebf8ea81 /web | |
parent | 4566ee4a43d5656e7695d9da6dab97e843910a3e (diff) | |
download | hakyll-a88a91d06e57172840ef068f261c88e21eb60665.tar.gz |
Fix typo in 04-compilers.markdown
Diffstat (limited to 'web')
-rw-r--r-- | web/tutorials/04-compilers.markdown | 2 |
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 |