diff options
-rw-r--r-- | web/tutorials/02-basics.markdown | 2 |
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. |