diff options
| author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-17 11:10:57 +0100 | 
|---|---|---|
| committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-17 11:10:57 +0100 | 
| commit | 2c4e773089f317bf88f9d451e7fe26bf08ad3c2c (patch) | |
| tree | be78c4f00386f3be8e113e7989c7d401f2d35336 /web | |
| parent | 21648b8388427003928782d2f1969ab2957b553b (diff) | |
| download | hakyll-2c4e773089f317bf88f9d451e7fe26bf08ad3c2c.tar.gz | |
Typo
Diffstat (limited to 'web')
| -rw-r--r-- | web/tutorials/04-compilers.markdown | 2 | 
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: | 
