Typo fix in Spacebars README

This commit is contained in:
Dan Dascalescu
2014-12-04 01:12:38 -08:00
parent cffbc00a62
commit 4579bba67c

View File

@@ -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.