From f79f57517104976606412cd06178440a4c358395 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Mon, 16 Apr 2012 13:06:11 +0200 Subject: Fix typo --- web/tutorials/02-basics.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') 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: ~~~~~ -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. -- cgit v1.2.3