Fix example using #with helper

Example using #with helper should close tag using {{/with}}
This commit is contained in:
Dickson Wong
2015-01-14 15:46:54 -08:00
parent 96a5cf5ba1
commit 9c7641f63f
+1 -1
View File
@@ -134,7 +134,7 @@ into the person object you could still display the company's name with
an expression like `{{../company.name}}`, so:
```
{{#with person}}{{name}} - {{../company.name}}{{/person}}
{{#with person}}{{name}} - {{../company.name}}{{/with}}
```
would render: