From fd0030a1b8644e1c5d8bbe2168bff39dc4dfdb5b Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Wed, 26 May 2021 10:20:25 +0800 Subject: [PATCH] Fix sb-link typo --- docs/contribute/code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute/code.md b/docs/contribute/code.md index 36942f60b6d..b22835da363 100644 --- a/docs/contribute/code.md +++ b/docs/contribute/code.md @@ -117,7 +117,7 @@ This command creates a project `../storybook-repros/your-project`, and automatic If you already have a reproduction on your local machine, you can similarly link it to your monorepo dev setup with the `--local` flag: ```sh -npx sb@next link /path/to/local-repro-directory +npx sb@next link --local /path/to/local-repro-directory ``` ## Troubleshooting