From 7dac0628d580f27510753cca00dec8e0141db89e Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 20 Jun 2026 17:07:47 +0000 Subject: [PATCH] docs: improve wording on Your First Component page Replace 'lets' with 'allows' and add Oxford comma in 'rich, structured documents' for clearer, more formal prose. Fixes reactjs/react.dev#7269 --- 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 81744322e60..7e9b68c4fef 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 to create rich, structured documents with its built-in set of tags like `

    ` and `
  • `: ```html