Skip to content

Commit 6f5851d

Browse files
creativomalukasbach
authored andcommitted
Fixed syntax error in closing tag in documentation
1 parent dead3ec commit 6f5851d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/guides/rendering.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ renderItem={({ title, arrow, depth, context, children }) => (
119119
</button>
120120
</li>
121121
{children}
122-
<>
122+
</>
123123
)}
124124
```
125125

0 commit comments

Comments
 (0)