Skip to content

Commit 7f36cba

Browse files
committed
typo
1 parent 0a2dc07 commit 7f36cba

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)