fix(curriculum): add missing 'to' in favicon description in Basic HTML - Theory (#62782)

This commit is contained in:
danielochinasa
2025-10-14 15:21:01 +01:00
committed by GitHub
parent df1c1a3f3f
commit 254b4a08aa

View File

@@ -53,7 +53,7 @@ Another common use case for the `link` element is to link to icons. Here is an e
<link rel="icon" href="favicon.ico" />
```
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--