From 85e8b98ea16de916ce62ec9292259e5987234c51 Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Thu, 25 Dec 2014 17:33:22 -0300 Subject: Fix little grammar error in tutorial 3 --- web/tutorials/03-rules-routes-compilers.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/tutorials') 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 -- cgit v1.2.3