Skip to content

Commit

Permalink
fix(docs): missing dash in Storybook command. (#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Dec 16, 2022
1 parent e9e0275 commit 9e71640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/handbook/tools/storybook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Next, we need to scaffold Storybook:

```shell
cd workshop
pnpx sb init -skip-install
pnpx sb init --skip-install
pnpm install --save-dev @storybook/cli # Manually install deps and CLI
```

Expand Down

1 comment on commit 9e71640

@vercel
Copy link

@vercel vercel bot commented on 9e71640 Dec 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.