From 2d3f436bb9551bb1b0b5eba4eddfa09e2037ba6d Mon Sep 17 00:00:00 2001 From: walker1461 <46874914+walker1461@users.noreply.github.com> Date: Thu, 11 Dec 2025 11:52:10 -0500 Subject: [PATCH] fix(curriculum): update JS file reference in setTimeout lecture HTML (#64504) --- .../6733694805a85d34ced08a9b.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lecture-working-with-the-dom-click-events-and-web-apis/6733694805a85d34ced08a9b.md b/curriculum/challenges/english/blocks/lecture-working-with-the-dom-click-events-and-web-apis/6733694805a85d34ced08a9b.md index 57c8e5bc2c6..619d1d4ec1f 100644 --- a/curriculum/challenges/english/blocks/lecture-working-with-the-dom-click-events-and-web-apis/6733694805a85d34ced08a9b.md +++ b/curriculum/challenges/english/blocks/lecture-working-with-the-dom-click-events-and-web-apis/6733694805a85d34ced08a9b.md @@ -106,7 +106,7 @@ With that code, the `setTimeout()` will not run at all. So, a more elegant way t ```html