Add missing word (#879)

This commit is contained in:
Marcus Otterström 2021-07-27 04:25:48 +02:00 committed by GitHub
parent c8896bd021
commit c14d2550b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,7 +248,7 @@ Slots can also render **fallback content**. When there are no matching children
An Astro component template can render as many top-level elements as you'd like. Unlike other UI component frameworks, you don't need to wrap everything in a single `<div>` if you'd prefer not to.
```html
<!-- An Astro component can multiple top-level HTML elements: -->
<!-- An Astro component can contain multiple top-level HTML elements: -->
<div id="a" />
<div id="b" />
<div id="c" />