We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
;
1 parent 31c70f6 commit 1d849a7Copy full SHA for 1d849a7
1 file changed
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
37
Let's say a component was passed six props:
38
39
```tsx
40
-;<MyComponent a={1} b={2} c={3} d={4} e={5} foo="bar" />
+<MyComponent a={1} b={2} c={3} d={4} e={5} foo="bar" />
41
// ...
42
43
function MyComponent(props) {
0 commit comments