Skip to content

Commit

Permalink
Add trailing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Apr 16, 2020
1 parent c053b83 commit dc9f474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -139,7 +139,7 @@ We know nobody reads through the long and boring documentation in the ReadMe any
var myTemplate = '<p>My favorite kind of cake is: <%= it.favoriteCake %></p>'

Eta.render(myTemplate, { favoriteCake: 'Chocolate!' })
// Returns: '<p>My favorite kind of cake is: Chocolate!</p>
// Returns: '<p>My favorite kind of cake is: Chocolate!</p>'
```

### Conditionals
Expand Down

0 comments on commit dc9f474

Please sign in to comment.