From 7b3b7bdaea26f39742b79b806317f107543137bc Mon Sep 17 00:00:00 2001 From: Robert Komaromi Date: Mon, 21 Apr 2025 16:02:07 -0400 Subject: [PATCH] Update your-first-component.md In HTML, `img` elements are void elements that don't have an end tag and are not self-closing. This is what you would see if you opened the DOM in any modern browser, so I think the docs should accurately reflect this. --- src/content/learn/your-first-component.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/learn/your-first-component.md b/src/content/learn/your-first-component.md index 17fa01e98c4..96506ef79bb 100644 --- a/src/content/learn/your-first-component.md +++ b/src/content/learn/your-first-component.md @@ -164,9 +164,9 @@ And `Profile` contains even more HTML: ``. In the end, this is what the b ```html

Amazing scientists

- Katherine Johnson - Katherine Johnson - Katherine Johnson + Katherine Johnson + Katherine Johnson + Katherine Johnson
```