Skip to content

Commit 8061de5

Browse files
authored
docs: tiny syntax fix (#1227)
1 parent cb322f5 commit 8061de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/example-setstate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const TodoList = () => {
7373
);
7474
}, []);
7575

76-
return (<div>{*/ See CodeSandbox */}</div>)
76+
return (<div>{/* See CodeSandbox */}</div>)
7777
}
7878
```
7979

0 commit comments

Comments
 (0)