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

Cancel Timeout Example

- + ``` ```js