From 4aacbbe04b8bc0effa4797ba2852b7701b2a43b4 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 19 Sep 2018 14:31:14 +0100 Subject: [PATCH] build(docs-infra): rename example template variable in directive pages (#25768) PR Close #25768 --- aio/tools/transforms/templates/api/includes/export-as.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/tools/transforms/templates/api/includes/export-as.html b/aio/tools/transforms/templates/api/includes/export-as.html index 880b824a3a..f003731da8 100644 --- a/aio/tools/transforms/templates/api/includes/export-as.html +++ b/aio/tools/transforms/templates/api/includes/export-as.html @@ -12,7 +12,7 @@ {%- for exportAs in doc.exportAsArray %} {$ exportAs $} - #var="{$ exportAs $}" + #myTemplateVar="{$ exportAs $}" {% endfor %}