Skip to content

Commit 84c709c

Browse files
Update defining-a-component.md
1 parent 3d92ade commit 84c709c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To define a component, run:
44
ember generate component my-component-name
55
```
66

7-
Ember components are used to encapsulate markup and style into reusable content.
7+
Ember components are used to turn markup text and styles into reusable content.
88
Components consist of two parts: a JavaScript component file that defines behavior, and its accompanying Handlebars template that defines the markup for the component's UI.
99

1010
Components must have at least one dash in their name. So `blog-post` is an acceptable

0 commit comments

Comments
 (0)