Skip to content

Commit ecdaaa2

Browse files
fix(docs): missing period (#726)
1 parent bd46aad commit ecdaaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Similarly, nested `<Routes>` components cause waterfalls and are `<Outlets>` the
1515

1616
With no `<Routes>` means the `<Router>` API has changed.
1717
The `<Router>` component acts as the `<Routes>` component now and its children must now be `<Route>` components.
18-
The top-level layout should go in the root prop of the router [as shown above](#configure-your-routes)
18+
The top-level layout should go in the root prop of the router [as shown above](#configure-your-routes).
1919

2020
## `element` prop removed from `Route`
2121

0 commit comments

Comments
 (0)