From e5627ab53143853524cc88614e3cf350d55baf1f Mon Sep 17 00:00:00 2001 From: wo-o29 Date: Sun, 31 Aug 2025 19:29:17 +0900 Subject: [PATCH] docs: remove unnecessary closing bracket in style tag example --- docs/composition.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/composition.mdx b/docs/composition.mdx index 8157225cfc..51b1e4c79e 100644 --- a/docs/composition.mdx +++ b/docs/composition.mdx @@ -42,7 +42,6 @@ render( color: turquoise; } `} - >

What color will this be?