Skip to content

Commit 6a1b8f2

Browse files
authored
Merge pull request ember-learn#325 from ember-learn/locks-patch-11
WIP | Update handlebars-basics.md
2 parents fcb06bc + e4b3953 commit 6a1b8f2

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)