Skip to content

Commit 54f306c

Browse files
committed
one more bad link
1 parent ec19f4f commit 54f306c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client-dsl/elements-and-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The only major difference between the systems is that JSX compiles directly to R
1313
As each React element is generated it is stored by Hyperstack in a *rendering buffer*, and when the component finishes the rendering block, the buffer is returned as the result of the components render callback. If the expression has a child block (like `DIV { 'hello' }`) the block is passed to the `createElement` as a the child function the same
1414
as JSX would do.
1515

16-
When an expression like this is evaluated (**[see the full example in the section on params...](../params.md#named-child-components-as-params)**)
16+
When an expression like this is evaluated (**[see the full example in the section on params...](params.md#named-child-components-as-params)**)
1717
```ruby
1818
Reveal(content: DIV { 'I came from the App' })
1919
```

0 commit comments

Comments
 (0)