summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorCraig Hall <gloaming@users.noreply.github.com>2018-07-04 19:04:25 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2018-07-05 14:48:05 +0200
commitac1b743af779f0a05dd5449d8fda2078db69332e (patch)
tree33339f211a76287d3eea483c793abb8ac6071997 /web
parent1abdeee743d65d96c6f469213ca6e7ea823340a7 (diff)
downloadhakyll-ac1b743af779f0a05dd5449d8fda2078db69332e.tar.gz
Typo fix in tutorial
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 b6b1c3c..c89410f 100644
--- a/web/tutorials/04-compilers.markdown
+++ b/web/tutorials/04-compilers.markdown
@@ -151,7 +151,7 @@ Control flow in templates
-------------------------
Sometimes string interpolation does not suffice, and you want a little more
-control over how your templates are layed out. Hakyll provides a few control
+control over how your templates are laid out. Hakyll provides a few control
structures for this. The syntax for these structures was based on the syntax
used in pandoc templates, since Hakyll already has tight integration with
pandoc.