Skip to content

Commit b3d4a1d

Browse files
Merge branch 'main' into main
2 parents 5cc27d7 + 1d849a7 commit b3d4a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/reference/reactive-utilities/split-props.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Because `splitProps` takes any number of arrays, we can split a props object as
3737
Let's say a component was passed six props:
3838

3939
```tsx
40-
;<MyComponent a={1} b={2} c={3} d={4} e={5} foo="bar" />
40+
<MyComponent a={1} b={2} c={3} d={4} e={5} foo="bar" />
4141
// ...
4242

4343
function MyComponent(props) {

0 commit comments

Comments
 (0)