summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2014-12-26 13:28:34 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2014-12-26 13:28:34 +0100
commit98aeb7d63b5e4a3730a43aec81619ed12cb44bbe (patch)
treee65bb02140690886c5efab8420fabc20d441af76
parentbd06ea58830cb1a1bb2b32c140be53feb5ad472a (diff)
parent85e8b98ea16de916ce62ec9292259e5987234c51 (diff)
downloadhakyll-98aeb7d63b5e4a3730a43aec81619ed12cb44bbe.tar.gz
Merge pull request #320 from BlaMaeda/master
Fix little grammar error in tutorial 3
-rw-r--r--web/tutorials/03-rules-routes-compilers.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/03-rules-routes-compilers.markdown b/web/tutorials/03-rules-routes-compilers.markdown
index fbaa377..4130a86 100644
--- a/web/tutorials/03-rules-routes-compilers.markdown
+++ b/web/tutorials/03-rules-routes-compilers.markdown
@@ -36,7 +36,7 @@ match "css/*" $ do
```
-This is a declarative DSL: the order in which you write the rules make little
+This is a declarative DSL: the order in which you write the rules makes little
difference, Hakyll will use dependency tracking to determine the correct order.
We group the different rules using `match`. The first argument for `match` is a