We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51177fb commit 330cb97Copy full SHA for 330cb97
apps/dashboard/src/@/storybook/utils.tsx
@@ -34,11 +34,11 @@ export function mobileViewport(
34
};
35
}
36
37
-export function storybookLog(...mesages: unknown[]) {
+export function storybookLog(...messages: unknown[]) {
38
console.debug(
39
"%cStorybook",
40
"color: white; background-color: black; padding: 2px 4px; border-radius: 4px;",
41
- ...mesages,
+ ...messages,
42
);
43
44
0 commit comments