Skip to content

Commit 81a8f98

Browse files
bjarnefCopilot
andauthored
Update packages/uui-divider/lib/uui-divider.story.ts
Co-authored-by: Copilot <[email protected]>
1 parent 71b6acb commit 81a8f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-divider/lib/uui-divider.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const meta: Meta<UUIDividerElement> = {
1111
title: 'Displays/Divider',
1212
component: 'uui-divider',
1313
render: args =>
14-
html`<uui-divider ${spread(args)}>${renderSlots(args)}</divider>`,
14+
html`<uui-divider ${spread(args)}>${renderSlots(args)}</uui-divider>`,
1515
parameters: {
1616
readme: { markdown: readme },
1717
docs: {

0 commit comments

Comments
 (0)