Skip to content

Commit 057a7ce

Browse files
Update apps/tutorial/public/docs/6-component-patterns/8-arg-components/prose.md
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
1 parent 6db6c26 commit 057a7ce

File tree

1 file changed

+1
-1
lines changed
  • apps/tutorial/public/docs/6-component-patterns/8-arg-components

1 file changed

+1
-1
lines changed

apps/tutorial/public/docs/6-component-patterns/8-arg-components/prose.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Button = <template>
2727
2828
const Sidebar = <template>
2929
<side>
30-
{{yield (hash closeButton=(component Button))}}
30+
{{yield (hash closeButton=Button)}}
3131
</side>
3232
</template>;
3333

0 commit comments

Comments
 (0)