diff --git a/src/content/learn/your-first-component.md b/src/content/learn/your-first-component.md index 17fa01e98c4..8f0ac151e01 100644 --- a/src/content/learn/your-first-component.md +++ b/src/content/learn/your-first-component.md @@ -18,7 +18,7 @@ title: Your First Component ## Components: UI building blocks {/*components-ui-building-blocks*/} -On the Web, HTML lets us create rich structured documents with its built-in set of tags like `

` and `
  • `: +On the Web, HTML allows us create rich, structured documents with its built-in set of tags like `

    ` and `
  • `: ```html