Skip to content

Commit ded29db

Browse files
authored
Merge pull request ember-learn#608 from betocantu93/components/components-basics
ember-learn#588 components/components-basics
2 parents d1a7601 + 7f36cba commit ded29db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/components/component-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ rendered in the button:
116116
</HelloButton>
117117
```
118118

119-
This is the same as our first example, with the `HelloWorld` button component
119+
This is the same as our first example, with the `HelloButton` button component
120120
_yielding_ to the block that was passed to it instead of being passed an
121121
argument. We can put anything inside of that block, including text, HTML, and
122122
other components. This is part of what makes components so powerful and

0 commit comments

Comments
 (0)