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) {