From d2feae3a27c5ad5e49a5312c62f62454e31b408f Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Mon, 25 Oct 2010 13:11:11 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deda933..b013dd6 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ in `partials` for `winnings`. mustache.js does escape all values when using the standard double mustache syntax. Characters which will be escaped: `& \ " < >`. To disable escaping, -simply use tripple mustaches like `{{{unescaped_variable}}}`. +simply use triple mustaches like `{{{unescaped_variable}}}`. Example: Using `{{variable}}` inside a template for `5 > 2` will result in `5 > 2`, where as the usage of `{{{variable}}}` will result in `5 > 2`.