Skip to content

Commit

Permalink
Update advanced-templates.md
Browse files Browse the repository at this point in the history
Minor spelling fix
  • Loading branch information
Olliepop committed Jun 30, 2014
1 parent 2dad3b0 commit 5fdf740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/reference/advanced-templates.md
Expand Up @@ -20,7 +20,7 @@ If a variable returns a string, that string will be inserted into the template.
the system will attempt to render the object through its forTemplate() method. If the `forTemplate()` method has not been
defined, the system will return an error.

Note you also cannot past a variable into a variable, so using `$Property($Value)` within your template will not work
Note you also cannot pass a variable into a variable, so using `$Property($Value)` within your template will not work

### Includes

Expand Down Expand Up @@ -410,4 +410,4 @@ to debug.
* [Widgets](/topics/widgets)
* [Images](/reference/image)
* [Built in page controls](/reference/built-in-page-controls)
* [Including Templates](/reference/requirements)
* [Including Templates](/reference/requirements)

0 comments on commit 5fdf740

Please sign in to comment.