summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-12-17 11:10:57 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-12-17 11:10:57 +0100
commit2c4e773089f317bf88f9d451e7fe26bf08ad3c2c (patch)
treebe78c4f00386f3be8e113e7989c7d401f2d35336
parent21648b8388427003928782d2f1969ab2957b553b (diff)
downloadhakyll-2c4e773089f317bf88f9d451e7fe26bf08ad3c2c.tar.gz
Typo
-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 8f79b46..d63f68a 100644
--- a/web/tutorials/04-compilers.markdown
+++ b/web/tutorials/04-compilers.markdown
@@ -12,7 +12,7 @@ the Hakyll library.
Suppose that you're generating `index.html` which shows your latest brilliant
blogpost. This requires `posts/foo.markdown` to be generated *before*
`index.html` (so we don't have to generate it twice). But you don't have to care
-about all of that: Hakyll will sort this out this out for you automatically!
+about any of that: Hakyll will sort this out for you automatically!
Let's see some quick examples. We can load a specific item: