Skip to content

Commit 330cb97

Browse files
authored
Update utils.tsx
Signed-off-by: viktorking7 <[email protected]>
1 parent 51177fb commit 330cb97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dashboard/src/@/storybook/utils.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ export function mobileViewport(
3434
};
3535
}
3636

37-
export function storybookLog(...mesages: unknown[]) {
37+
export function storybookLog(...messages: unknown[]) {
3838
console.debug(
3939
"%cStorybook",
4040
"color: white; background-color: black; padding: 2px 4px; border-radius: 4px;",
41-
...mesages,
41+
...messages,
4242
);
4343
}
4444

0 commit comments

Comments
 (0)