From 339ae67c019fe083c8ddea0e0a0b3b896f517eb1 Mon Sep 17 00:00:00 2001 From: Benjamin Kudria Date: Fri, 29 Oct 2010 14:56:25 -0700 Subject: [PATCH] Fix (grammar) typo. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ab31da513..df64b9aef 100644 --- a/index.html +++ b/index.html @@ -1070,7 +1070,7 @@ _.template(list, {people : ['moe', 'curly', 'larry']});

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. - Define and an interpolate regex, and an (optional) evaluate regex + Define an interpolate regex, and an (optional) evaluate regex to match expressions that should be inserted and evaluated, respectively. For example, to perform Mustache.js