summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsamgd <sam@samgd.com>2016-07-25 18:49:32 +0200
committersamgd <sam@samgd.com>2016-07-25 18:49:32 +0200
commita31a5654036c8d8b43d24d3d8cef4e342c517a47 (patch)
tree63659f9864780c9d50d474cb59c4d18f673c60cb /src
parent11ef948720fab551173852e0f67da04990171433 (diff)
downloadhakyll-a31a5654036c8d8b43d24d3d8cef4e342c517a47.tar.gz
s/that/that the/
Diffstat (limited to 'src')
-rw-r--r--src/Hakyll/Web/Template.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Web/Template.hs b/src/Hakyll/Web/Template.hs
index 4a8d94c..8118fff 100644
--- a/src/Hakyll/Web/Template.hs
+++ b/src/Hakyll/Web/Template.hs
@@ -115,7 +115,7 @@
-- That is, calling @$partial$@ is equivalent to just copying and pasting
-- template code.
--
--- In the examples above you can see that outputs contain a lot of leftover
+-- In the examples above you can see that the outputs contain a lot of leftover
-- whitespace that you may wish to remove. Using @'$-'@ or @'-$'@ instead of
-- @'$'@ in a macro strips all whitespace to the left or right of that clause
-- respectively. Given the context