diff --git a/docs/shared/recipes/add-stack/add-astro.md b/docs/shared/recipes/add-stack/add-astro.md index 6c1621e4c1..748fef3315 100644 --- a/docs/shared/recipes/add-stack/add-astro.md +++ b/docs/shared/recipes/add-stack/add-astro.md @@ -113,7 +113,7 @@ Then generate a project The command below uses the `as-provided` directory flag behavior, which is the default in Nx 16.8.0. If you're on an earlier version of Nx or using the `derived` option, omit the `--directory` flag. See the [as-provided vs. derived documentation](/deprecated/as-provided-vs-derived) for more details. {% /callout %} -```{% command="nx g @nx/js:lib ui --directory=libs/ui --simpleName --minimal} +```{% command="nx g @nx/js:lib ui --directory=libs/ui --simpleName --minimal"%} > NX Generating @nx/js:library ✔ Which unit test runner would you like to use? · none