Skip to content

Commit b2eb2b2

Browse files
Merge pull request #171 from CosmicWebServices/master
Fix #160
2 parents 832ca86 + 84c709c commit b2eb2b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 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

guides/v3.2.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

guides/v3.3.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

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)