Skip to content

Commit 02e7de8

Browse files
committed
docs(content): updated usage
1 parent c52bb13 commit 02e7de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The main structure is in the `<main>` tag, which contains the main components.
2525
```html [HTML]
2626
<main>
2727
<header class="hero">…</header>
28-
<section class="text-image">…</section>
29-
<section class="gallery">…</section>
28+
<article class="text-image">…</article>
29+
<article class="gallery">…</article>
3030
</main>
3131
```
3232

0 commit comments

Comments
 (0)