summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhil de Joux <philderbeast@gmail.com>2019-10-11 03:34:06 +1300
committerJasper Van der Jeugt <m@jaspervdj.be>2019-10-10 16:34:06 +0200
commitd9aa64adf71a236ddb399f26b7f460ac36b42d15 (patch)
treeeb029e661ea70c6a58ad1997c981aba747abc366 /lib
parenta312fd4972f9add0736a9f8335bcd51e0e163b06 (diff)
downloadhakyll-d9aa64adf71a236ddb399f26b7f460ac36b42d15.tar.gz
Fix a typo, t missing from the.
Diffstat (limited to 'lib')
-rw-r--r--lib/Hakyll/Web/Template/Context.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Hakyll/Web/Template/Context.hs b/lib/Hakyll/Web/Template/Context.hs
index 9cd1426..8627d5b 100644
--- a/lib/Hakyll/Web/Template/Context.hs
+++ b/lib/Hakyll/Web/Template/Context.hs
@@ -14,7 +14,7 @@
--
-- > $partial(concat("templates/categories/", category))$
--
--- This will evaluate the @category@ field in the context, then prepend he path,
+-- This will evaluate the @category@ field in the context, then prepend the path,
-- and include the referenced file as a template.