Skip to content

Commit dcf1930

Browse files
authored
Merge pull request ember-learn#689 from xjmdoo/patch-1
Fix typo
2 parents aade4fd + 1c4f3a2 commit dcf1930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/components/wrapping-content-in-a-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For example, imagine we are building a `BlogPost` component that we can use in o
77
<div class="body">{{this.body}}</div>
88
```
99

10-
Now, we can use the `<BlogPost />` component and pass it properties in another template:
10+
Now, we can use the `<BlogPost />` component and pass its properties in another template:
1111

1212
```handlebars
1313
<BlogPost @title={{this.title}} @body={{this.body}} />

0 commit comments

Comments
 (0)