Skip to content

Commit 7dac062

Browse files
committed
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 #7269
1 parent 8bb31ac commit 7dac062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/learn/your-first-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ title: Your First Component
1818

1919
## Components: UI building blocks {/*components-ui-building-blocks*/}
2020

21-
On the Web, HTML lets us create rich structured documents with its built-in set of tags like `<h1>` and `<li>`:
21+
On the Web, HTML allows us to create rich, structured documents with its built-in set of tags like `<h1>` and `<li>`:
2222

2323
```html
2424
<article>

0 commit comments

Comments
 (0)