Skip to content

Commit 3a63ef5

Browse files
JohnJohn
authored andcommitted
Added one sentence to say what a helper is #159
1 parent 832ca86 commit 3a63ef5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ controllers and components.
4646

4747
### Helpers
4848

49+
Ember Helpers are functions that can compute values, and can be used in any template.
50+
4951
Ember gives you the ability to [write your own helpers](../writing-helpers/), to bring a minimum of logic into Ember templating.
5052

5153
For example, let's say you would like the ability to add a few numbers together, without needing to define a computed property everywhere you would like to do so.

0 commit comments

Comments
 (0)