summaryrefslogtreecommitdiff
path: root/web/tutorials
diff options
context:
space:
mode:
authorFranco Victorio <blamaeda@gmail.com>2014-12-25 17:33:22 -0300
committerFranco Victorio <blamaeda@gmail.com>2014-12-25 17:33:22 -0300
commit85e8b98ea16de916ce62ec9292259e5987234c51 (patch)
treee65bb02140690886c5efab8420fabc20d441af76 /web/tutorials
parentbd06ea58830cb1a1bb2b32c140be53feb5ad472a (diff)
downloadhakyll-85e8b98ea16de916ce62ec9292259e5987234c51.tar.gz
Fix little grammar error in tutorial 3
Diffstat (limited to 'web/tutorials')
-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