mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Typo fix in Spacebars README
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user