Skip to content

Commit e4b3953

Browse files
authored
Update handlebars-basics.md
1 parent fcb06bc commit e4b3953

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

guides/v3.6.0/templates/handlebars-basics.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
Ember uses the [Handlebars templating library](http://www.handlebarsjs.com)
2-
to power your app's user interface. Handlebars templates contain static HTML and dynamic content inside Handlebars expressions, which are invoked with double curly braces: `{{}}`.
1+
Ember uses a templating language based on [Handlebars templating library](http://www.handlebarsjs.com) to power your app's user interface.
2+
Ember templates contain static HTML and dynamic content inside Handlebars expressions, which are invoked with double curly braces: `{{}}`.
33

4-
Dynamic content inside a Handlebars expression is rendered with data-binding. This means if you update a property, your usage of that property in a template will be automatically updated to the latest value.
54

65
### Displaying Properties
76

0 commit comments

Comments
 (0)