summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2012-04-16 13:06:11 +0200
committerSimon Hengel <sol@typeful.net>2012-04-16 13:06:11 +0200
commitf79f57517104976606412cd06178440a4c358395 (patch)
tree3d28b62514e3bf9db65917e3da7c977edb51cf9e /web
parentde8e49056aecc96d214bfc67becd3e7dfcf9edd8 (diff)
downloadhakyll-f79f57517104976606412cd06178440a4c358395.tar.gz
Fix typo
Diffstat (limited to 'web')
-rw-r--r--web/tutorials/02-basics.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/02-basics.markdown b/web/tutorials/02-basics.markdown
index 7acc30f..79cbe30 100644
--- a/web/tutorials/02-basics.markdown
+++ b/web/tutorials/02-basics.markdown
@@ -145,7 +145,7 @@ good impression:
</html>
~~~~~
-A template is a text file to lay our some content. The content it lays out is
+A template is a text file to lay out some content. The content it lays out is
called a page -- we'll see that in the next section. The syntax for templates is
intentionally very simplistic. You can bind some content by referencing the name
of the content *field* by using `$$field$$`, and that's it.