mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Fix (grammar) typo.
This commit is contained in:
@@ -1070,7 +1070,7 @@ _.template(list, {people : ['moe', 'curly', 'larry']});
|
|||||||
<p>
|
<p>
|
||||||
If ERB-style delimiters aren't your cup of tea, you can change Underscore's
|
If ERB-style delimiters aren't your cup of tea, you can change Underscore's
|
||||||
template settings to use different symbols to set off interpolated code.
|
template settings to use different symbols to set off interpolated code.
|
||||||
Define and an <b>interpolate</b> regex, and an (optional) <b>evaluate</b> regex
|
Define an <b>interpolate</b> regex, and an (optional) <b>evaluate</b> regex
|
||||||
to match expressions that should be inserted and evaluated, respectively.
|
to match expressions that should be inserted and evaluated, respectively.
|
||||||
For example, to perform
|
For example, to perform
|
||||||
<a href="http://github.com/janl/mustache.js#readme">Mustache.js</a>
|
<a href="http://github.com/janl/mustache.js#readme">Mustache.js</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user