Skip to content

Commit 64320d1

Browse files
author
Jen Weber
authored
Merge pull request #172 from CosmicWebServices/patch-1
Update defining-a-component.md
2 parents f4c2577 + 5eab604 commit 64320d1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

guides/v3.4.0/components/defining-a-component.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ Element](./customizing-a-components-element/).
5454

5555
## Defining a Component Subclass
5656

57-
Often times, your components will just encapsulate certain snippets of
58-
Handlebars templates that you find yourself using over and over. In
59-
those cases, you do not need to write any JavaScript at all. Define
60-
the Handlebars template as described above and use the component that is
61-
created.
57+
Often times, your components will contain reused Handlebar templates. In
58+
those cases, you do not need to write any JavaScript at all. Handlebars
59+
allows you to you to define templates and reuse them as components.
6260

6361
If you need to customize the behavior of the component you'll
6462
need to define a subclass of [`Component`](https://www.emberjs.com/api/ember/release/classes/Component). For example, you would

0 commit comments

Comments
 (0)