Skip to content

Commit c0ff28e

Browse files
docs: orientation options in progress indicator storybook (#2692)
1 parent 38f88bc commit c0ff28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/progress-indicator/progress-indicator.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Basic.argTypes = {
7474
control: "radio"
7575
},
7676
orientation: {
77-
options: ["horizontal", "veritcal"],
77+
options: ["horizontal", "vertical"],
7878
defaultValue: "horizontal",
7979
control: "radio"
8080
}

0 commit comments

Comments
 (0)