From 2c4e773089f317bf88f9d451e7fe26bf08ad3c2c Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 17 Dec 2012 11:10:57 +0100 Subject: Typo --- web/tutorials/04-compilers.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/tutorials/04-compilers.markdown') 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: -- cgit v1.2.3