Skip to content

Commit

Permalink
Update packages/docs/src/routes/docs/components/index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
samijaber authored Oct 21, 2024
1 parent 3c24bae commit 2d13a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/routes/docs/components/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default function MyComponent(props) {

> **Note**: You cannot directly iterate over the children prop. It is a special property intended for rendering like this:
```javascript
```jsx
<div>{props.children}</div>
````

Expand Down

0 comments on commit 2d13a9f

Please sign in to comment.