Skip to content

Commit

Permalink
chore: fix broken syntax intro example
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jul 24, 2021
1 parent 4674f67 commit 896188f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Values can be printed by wrapping content with the `{{` and `}}` characters. The
When the template is evaluated, these expressions are replaced. For example:

```hbs
{{#expect name}}
<p>Hello, {{ name }}!</p>
```

Expand Down

0 comments on commit 896188f

Please sign in to comment.