Skip to content

Commit 93d566d

Browse files
maximusmet97paul-grant-hs
authored andcommitted
Fixed possible type for MDN Learning content (mdn#38180)
1 parent 46a6952 commit 93d566d

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/learn_web_development/getting_started/web_standards/how_browsers_load_websites

1 file changed

+1
-1
lines changed

files/en-us/learn_web_development/getting_started/web_standards/how_browsers_load_websites/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Certain HTML elements, when parsed, will trigger more HTTP requests:
8787

8888
- {{htmlelement("link")}} elements referencing external [CSS](/en-US/docs/Learn_web_development/Core/Styling_basics) stylesheets.
8989
- {{htmlelement("script")}} elements referencing external [JavaScript](/en-US/docs/Learn_web_development/Core/Scripting) files.
90-
- Elements such as {{htmlelement("img")}}, {{htmlelement("video")}}, and {{htmlelement("video")}}, which reference media files you want to embed in the web page.
90+
- Elements such as {{htmlelement("img")}}, {{htmlelement("video")}}, and {{htmlelement("audio")}}, which reference media files you want to embed in the web page.
9191

9292
## Parsing CSS and rendering the page
9393

0 commit comments

Comments
 (0)