Skip to content

Commit b7bf00a

Browse files
committed
Merge branch 'patch-2' of github.com:mpantel/hyperstack into patch-1
2 parents ed0b256 + 8d89ed8 commit b7bf00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client-dsl/component-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ end
3838

3939
To create a component instance, you reference its class name as a method call from another component. This creates a new instance, passes any parameters and proceeds with the component lifecycle.
4040

41-
> **[The actual type created is an Element read on for details...](notes.md#component-instances)**
41+
> **[The actual type created is an Element, read on for details...](notes.md#component-instances)**
4242
4343
```ruby
4444
class FirstComponent < HyperComponent

0 commit comments

Comments
 (0)