summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2013-01-27 11:23:18 -0800
committerJasper Van der Jeugt <jaspervdj@gmail.com>2013-01-27 11:23:18 -0800
commit8daef26ac17c372afc4c3d3444738abaa358db25 (patch)
tree859840c9d91033a4378730b3ff16bb4626b81845 /web
parent8e473797036cdc8b088285820859dc2894a85995 (diff)
parent3572779568a8a7131beb88ca6e47108f4ab489c5 (diff)
downloadhakyll-8daef26ac17c372afc4c3d3444738abaa358db25.tar.gz
Merge pull request #101 from johntyree/patch-1
Fix little typo in tutorial 03.
Diffstat (limited to 'web')
-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 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.