diff --git a/docs/zh-CN/concepts/template.md b/docs/zh-CN/concepts/template.md
index 7a7da508b..95b51dec0 100755
--- a/docs/zh-CN/concepts/template.md
+++ b/docs/zh-CN/concepts/template.md
@@ -103,7 +103,7 @@ amis 还支持用 JavaScript 模板引擎进行组织输出,内部采用 [loda
},
{
"type": "tpl",
- "tpl": "<% if (data.items && data.items.length) { %>Array: <% data.items.forEach(function(item) { %> <%= item %> <% }); %><% } %>"
+ "tpl": "<% if (data.items && data.items.length) { %>Array: <% data.items.forEach(function(item) { %> <%= item %> <% });} %>"
}
]
}