From 1dd5a384211bfe1611e5b6ba52b462081bf9ebee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Est=C3=A9ban?= Date: Tue, 10 Dec 2024 10:05:49 +0100 Subject: [PATCH] docs: fix link (#1487) --- docs/content/docs/utilities/primitive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/utilities/primitive.md b/docs/content/docs/utilities/primitive.md index 414e557df..4413b45ac 100644 --- a/docs/content/docs/utilities/primitive.md +++ b/docs/content/docs/utilities/primitive.md @@ -57,4 +57,4 @@ const props = withDefaults(defineProps(), { ### Render `asChild` -Change the default rendered element for the one passed as a child, merging their props and behavior.

Read our Composition guide for more details. +Change the default rendered element for the one passed as a child, merging their props and behavior.

Read our Composition guide for more details.