diff --git a/docs/src/content/docs/challenges/angular-performance/36-ngfor-optimize.md b/docs/src/content/docs/challenges/angular-performance/36-ngfor-optimize.md index 2732592..5fef237 100644 --- a/docs/src/content/docs/challenges/angular-performance/36-ngfor-optimize.md +++ b/docs/src/content/docs/challenges/angular-performance/36-ngfor-optimize.md @@ -33,7 +33,7 @@ The goal of this challenge is to understand what is causing this DOM refresh and --- :::note -Start the project by running: `npx nx serve ngfor-optimize`. +Start the project by running: `npx nx serve performance-ngfor-optimize`. ::: :::tip[Reminder]