Skip to content

Commit a74f18c

Browse files
committed
cleanup
1 parent 7b9b20a commit a74f18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const GroupWithStartValue: Story = props => html`
187187
<uui-radio value="1">one</uui-radio>
188188
<uui-radio value="2">two</uui-radio>
189189
<uui-radio value="3">three</uui-radio>
190-
<uui-radio value="4">fou2r</uui-radio>
190+
<uui-radio value="4">four</uui-radio>
191191
</uui-radio-group>
192192
`;
193193
GroupWithStartValue.args = {

0 commit comments

Comments
 (0)