build(docs-infra): rename example template variable in directive pages (#25768)

PR Close #25768
This commit is contained in:
Pete Bacon Darwin 2018-09-19 14:31:14 +01:00 committed by Alex Rickabaugh
parent 4b132c9848
commit d0f7eadc09
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{%- for exportAs in doc.exportAsArray %}
<tr class="export-as">
<td><code>{$ exportAs $}</code></td>
<td><code>#var="{$ exportAs $}"</code></td>
<td><code>#myTemplateVar="{$ exportAs $}"</code></td>
</tr>
{% endfor %}
</tbody>