Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const BasicScalableKeepRatioTest = add("Scalable keepRatio Test", {
},
});

export const BaiscRotatable = add("Rotatable", {
export const BasicRotatable = add("Rotatable", {
app: require("./ReactRotatableApp").default,
path: require.resolve("./ReactRotatableApp"),
argsTypes: {
Expand Down
2 changes: 1 addition & 1 deletion storybook/stories/1-Basic/react-Basic.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const BasicScalableKeepRatioTest = add("Scalable keepRatio Test", {
},
});

export const BaiscRotatable = add("Rotatable", {
export const BasicRotatable = add("Rotatable", {
appName: "ReactRotatableApp",
app: require("./react/ReactRotatableApp").default,
argsTypes: {
Expand Down