Skip to content

Commit 429cc3c

Browse files
Merge branch 'main' into docs/rendering-modes
2 parents 70ad680 + f081c95 commit 429cc3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/solid-router/reference/components

src/routes/solid-router/reference/components/router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const App = (props) => (
3232

3333
render(
3434
() => <Router root={App}>{/*... routes */}</Router>,
35-
document.getElementById("app")
35+
document.getElementById("root")
3636
);
3737
```
3838

0 commit comments

Comments
 (0)