From 90953c06d457613ded5e51682ad1a73912ae1ea9 Mon Sep 17 00:00:00 2001 From: jdegand <70610011+jdegand@users.noreply.github.com> Date: Fri, 15 Dec 2023 22:38:52 -0500 Subject: [PATCH] fix: typo & add link for calendar --- .../docs/challenges/performance/40-christmas-web-worker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/challenges/performance/40-christmas-web-worker.md b/docs/src/content/docs/challenges/performance/40-christmas-web-worker.md index a1b81eb..2fa3b14 100644 --- a/docs/src/content/docs/challenges/performance/40-christmas-web-worker.md +++ b/docs/src/content/docs/challenges/performance/40-christmas-web-worker.md @@ -11,7 +11,7 @@ sidebar: ## Information -This challenge has been created for Angular Advent Calendar 2023. +This challenge has been created for [Angular Advent Calendar](https://angularchristmascalendar.com) 2023. This application is basic. We click on the **Discover** button to reveal the surprise hidden behind the black screen. However, the current application provides an awful user experience. When we click on the button, the page freezes, and after a while, it reveals the secret all at once without a smooth animation. @@ -30,5 +30,5 @@ First, create a web worker using a schematic, then move the issuing function. Fi :::note Since we are inside an Nx workspace, simply replace the `ng` command with `nx` when running the schematic. -If `nx` is not install globally on your machine, prefix your command with `npx`. +If `nx` is not installed globally on your machine, prefix your command with `npx`. :::