From c6524ccde3228f516e38927e6b07de749e7ab29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Franusic?= Date: Sun, 29 Aug 2010 11:01:31 +0800 Subject: [PATCH] spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7434356..4a4da2d 100644 --- a/README.md +++ b/README.md @@ -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() {