summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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.