We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e83655e + 03522a4 commit d761ce7Copy full SHA for d761ce7
index.html
@@ -1796,7 +1796,7 @@ <h2 id="utility">Utility Functions</h2>
1796
<br />
1797
Compiles JavaScript templates into functions that can be evaluated
1798
for rendering. Useful for rendering complicated bits of HTML from JSON
1799
- data sources. Template functions can both interpolate variables, using
+ data sources. Template functions can both interpolate values, using
1800
<tt><%= … %></tt>, as well as execute arbitrary JavaScript code, with
1801
<tt><% … %></tt>. If you wish to interpolate a value, and have
1802
it be HTML-escaped, use <tt><%- … %></tt>. When you evaluate a
0 commit comments