From 13af9cddad94a430f3013ec1ec6b840fa2a08470 Mon Sep 17 00:00:00 2001 From: jzz Date: Thu, 31 Oct 2024 20:58:09 +0800 Subject: [PATCH] =?UTF-8?q?Replace=20words=20on=20the=20page=20titled=20"Y?= =?UTF-8?q?our=20First=20Component=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/learn/your-first-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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