Skip to content

Commit 8f88a62

Browse files
Update defining-a-component.md
1 parent 8d091c6 commit 8f88a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v3.1.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 turn markup text and stylesheets 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)