Skip to content

Commit

Permalink
docs(nx-dev): fix wording
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Mann <[email protected]>
  • Loading branch information
juristr and isaacplmann authored Dec 18, 2024
1 parent 68d1d2f commit d4753fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/2024-12-18-dynamic-targets-with-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Consider the following setup:
}
```

For each package in your monorepo, you have such a `test-storybook` script that runs the Storybook test runner for that specific package. Now if you want to run them all in parallel (which you definitely should on CI), you will quickly run into port conflicts:
For each package in your monorepo, you have a `test-storybook` script that runs the Storybook test runner for that specific package. Now if you want to run them all in parallel (which you definitely should on CI), you will quickly run into port conflicts:

![](/blog/images/articles/storybook-port-clashes.avif)

Expand Down

0 comments on commit d4753fa

Please sign in to comment.