From da325dc82778c1e9fb40cf15ca0b3c64a40b440e Mon Sep 17 00:00:00 2001 From: sagar Date: Mon, 27 Nov 2023 08:09:32 +0545 Subject: [PATCH] fix: undefined command & typo --- docs/src/components/ChallengeFooter.astro | 2 +- docs/src/content/docs/challenges/nx/26-generator-comp.md | 2 +- docs/src/content/docs/challenges/testing/20-modal.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/components/ChallengeFooter.astro b/docs/src/components/ChallengeFooter.astro index d0a71aeb5..f11b63645 100644 --- a/docs/src/components/ChallengeFooter.astro +++ b/docs/src/components/ChallengeFooter.astro @@ -14,7 +14,7 @@ const npxCommand = `npx nx serve ${command}`;
-{npxCommand && +{command &&