fix(curriculum): Updated text to be correct (#59052)

This commit is contained in:
Coder
2025-03-01 11:49:07 -06:00
committed by GitHub
parent 590b6af8c5
commit fa143ba210

View File

@@ -18,7 +18,7 @@ The `section` element is used to define sections in a document, such as chapters
</section>
```
Take your `h2`, two `p` elements, and anchor (`a`) elements and nest them in a `section` element.
Take your `h2` element, two `p` elements, and anchor (`a`) element and nest them in a `section` element.
# --hints--