Skip to content

Commit

Permalink
trivial: fixed misspelling of "triple"
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnbowen committed Jul 27, 2011
1 parent 779c380 commit da21d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Escaping


Mustache does escape all values when using the standard double Mustache does escape all values when using the standard double
Mustache syntax. Characters which will be escaped: `& \ " < >`. To Mustache syntax. Characters which will be escaped: `& \ " < >`. To
disable escaping, simply use tripple mustaches like disable escaping, simply use triple mustaches like
`{{{unescaped_variable}}}`. `{{{unescaped_variable}}}`.


Example: Using `{{variable}}` inside a template for `5 > 2` will Example: Using `{{variable}}` inside a template for `5 > 2` will
Expand Down

0 comments on commit da21d26

Please sign in to comment.