Skip to content

Commit 9e71640

Browse files
authored
fix(docs): missing dash in Storybook command. (vercel#3042)
1 parent e9e0275 commit 9e71640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/repo/docs/handbook/tools/storybook.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Next, we need to scaffold Storybook:
7878

7979
```shell
8080
cd workshop
81-
pnpx sb init -skip-install
81+
pnpx sb init --skip-install
8282
pnpm install --save-dev @storybook/cli # Manually install deps and CLI
8383
```
8484

0 commit comments

Comments
 (0)