From 9eff84c26a5d4205606c02e6955f8a5fc3c4ab2d Mon Sep 17 00:00:00 2001 From: Yaroslav Lapin Date: Thu, 11 Sep 2025 10:33:27 -0600 Subject: [PATCH] remove random `;` symbol from docs --- src/routes/reference/reactive-utilities/split-props.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/reference/reactive-utilities/split-props.mdx b/src/routes/reference/reactive-utilities/split-props.mdx index 3841792ce..7dfcbe18f 100644 --- a/src/routes/reference/reactive-utilities/split-props.mdx +++ b/src/routes/reference/reactive-utilities/split-props.mdx @@ -37,7 +37,7 @@ Because `splitProps` takes any number of arrays, we can split a props object as Let's say a component was passed six props: ```tsx -; + // ... function MyComponent(props) {