From 5fdf740e88e947af108a332c14a7dd26cd0b1faa Mon Sep 17 00:00:00 2001 From: Oliver Shaw Date: Mon, 30 Jun 2014 17:06:00 +1200 Subject: [PATCH] Update advanced-templates.md Minor spelling fix --- docs/en/reference/advanced-templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/advanced-templates.md b/docs/en/reference/advanced-templates.md index abff339153a..9942f95e167 100644 --- a/docs/en/reference/advanced-templates.md +++ b/docs/en/reference/advanced-templates.md @@ -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 @@ -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) \ No newline at end of file +* [Including Templates](/reference/requirements)