From 3572779568a8a7131beb88ca6e47108f4ab489c5 Mon Sep 17 00:00:00 2001 From: John Tyree Date: Sun, 27 Jan 2013 19:36:01 +0100 Subject: Fix little typo in tutorial 03. --- web/tutorials/03-rules-routes-compilers.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/tutorials/03-rules-routes-compilers.markdown b/web/tutorials/03-rules-routes-compilers.markdown index d587ab4..fbaa377 100644 --- a/web/tutorials/03-rules-routes-compilers.markdown +++ b/web/tutorials/03-rules-routes-compilers.markdown @@ -61,7 +61,7 @@ this will become clear soon. The real question here is why we use `create` instead of `match`. The answer is simple: there is no `archive.html` file in our project directory! -So if we were to use `match`, no a file would be matched, and hence, nothing +So if we were to use `match`, no file would be matched, and hence, nothing would appear in the output directory. `create`, however, ensures the items listed are always produced. -- cgit v1.2.3