From c14d2550b23566e236cc231e6bd51b7505bbd7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Otterstr=C3=B6m?= <35617441+MarcusOtter@users.noreply.github.com> Date: Tue, 27 Jul 2021 04:25:48 +0200 Subject: [PATCH] Add missing word (#879) --- docs/src/pages/core-concepts/astro-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/core-concepts/astro-components.md b/docs/src/pages/core-concepts/astro-components.md index a2a476a37..a72c5121b 100644 --- a/docs/src/pages/core-concepts/astro-components.md +++ b/docs/src/pages/core-concepts/astro-components.md @@ -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 `