Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jpf authored and janl committed Aug 29, 2010
1 parent 2f73ea4 commit c6524cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Tags are always surrounded by mustaches like this `{{foobar}}`.

Conditional sections begin with `{{#condition}}` and end with
`{{/condition}}`. When `condition` evaluates to true, the section is rendered,
otherwise the hole block will output nothing at all. `condition` may be a
otherwise the whole block will output nothing at all. `condition` may be a
function returning true/false or a simple boolean.

var view = {condition: function() {
Expand Down

0 comments on commit c6524cc

Please sign in to comment.