From 4579bba67c50c55fc6e2ed2a55fdffef15ac46b5 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Thu, 4 Dec 2014 01:12:38 -0800 Subject: [PATCH] Typo fix in Spacebars README --- packages/spacebars/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/spacebars/README.md b/packages/spacebars/README.md index 624fa4a022..dedbaa69bd 100644 --- a/packages/spacebars/README.md +++ b/packages/spacebars/README.md @@ -192,7 +192,7 @@ Block tags invoke built-in directives or custom block helpers, passing a block o {{/block}} ``` -Block tags may also have specify "else" content, separated from the main content by the special template tag `{{else}}`. +Block tags may also specify "else" content, separated from the main content by the special template tag `{{else}}`. A block tag's content must consist of HTML with balanced tags.