From 83dec35f0705d234433e6804055292419d4bc3d3 Mon Sep 17 00:00:00 2001 From: Roman Hauksson <62364808+RomanHauksson@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:47:29 -0800 Subject: [PATCH] Fix typo in content-components.mdoc --- docs/src/content/pages/content-components.mdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/pages/content-components.mdoc b/docs/src/content/pages/content-components.mdoc index 99c129725..409cb17c1 100644 --- a/docs/src/content/pages/content-components.mdoc +++ b/docs/src/content/pages/content-components.mdoc @@ -199,7 +199,7 @@ This is a highlighted word. ## Repeating {% aside icon="☝️" %} -The `repeating` component sets a "0 to many" list of explicitely defined components. +The `repeating` component sets a "0 to many" list of explicitly defined components. {% /aside %} Use this to achieve the pattern of parent/child component composition, where children are responsible for their own data/props: