From 533f72e07b0d7e138d63693470d44f05a8abf301 Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Wed, 18 Dec 2024 07:53:11 -0800 Subject: [PATCH] docs(nx-dev): fix wording Co-authored-by: Isaac Mann --- docs/blog/2024-12-18-dynamic-targets-with-inference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/2024-12-18-dynamic-targets-with-inference.md b/docs/blog/2024-12-18-dynamic-targets-with-inference.md index 91c329a792d84..99b6fe341bf4d 100644 --- a/docs/blog/2024-12-18-dynamic-targets-with-inference.md +++ b/docs/blog/2024-12-18-dynamic-targets-with-inference.md @@ -39,7 +39,7 @@ For each package in your monorepo, you have a `test-storybook` script that runs ![](/blog/images/articles/storybook-port-clashes.avif) -To fix it, you can manually assign different ports to each package. But not only is this annoying but also won't scale. +To fix it, you can manually assign different ports to each package. But not only is this annoying but it also won't scale. ## The power of createNodes