From 254b4a08aa01dbc3fd03bca1549921bd58753bcb Mon Sep 17 00:00:00 2001 From: danielochinasa Date: Tue, 14 Oct 2025 15:21:01 +0100 Subject: [PATCH] fix(curriculum): add missing 'to' in favicon description in Basic HTML - Theory (#62782) --- .../670838977810401844af6fe0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lecture-understanding-the-html-boilerplate/670838977810401844af6fe0.md b/curriculum/challenges/english/blocks/lecture-understanding-the-html-boilerplate/670838977810401844af6fe0.md index 75d017ffb01..93a0a93f89d 100644 --- a/curriculum/challenges/english/blocks/lecture-understanding-the-html-boilerplate/670838977810401844af6fe0.md +++ b/curriculum/challenges/english/blocks/lecture-understanding-the-html-boilerplate/670838977810401844af6fe0.md @@ -53,7 +53,7 @@ Another common use case for the `link` element is to link to icons. Here is an e ``` -A favicon, which is short for favorite icon, is a small icon typically displayed in the browser tab next the site title. A lot of websites will use a favicon to display their brand icon. +A favicon, which is short for favorite icon, is a small icon typically displayed in the browser tab next to the site title. A lot of websites will use a favicon to display their brand icon. # --questions--