Skip to content

Commit c564a44

Browse files
authored
Docs: Update story for radiobutton (#852)
1 parent 39d5e62 commit c564a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export const DisabledGroup: Story = props => html`
196196
<uui-radio value="1">one</uui-radio>
197197
<uui-radio value="2" .checked=${props.checked}>two</uui-radio>
198198
<uui-radio value="3">three</uui-radio>
199-
<uui-radio value="4">fou2r</uui-radio>
199+
<uui-radio value="4">four</uui-radio>
200200
</uui-radio-group>
201201
`;
202202
DisabledGroup.args = {

0 commit comments

Comments
 (0)