Skip to content

Commit

Permalink
fix(docs): missing period (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksa1312 authored May 20, 2024
1 parent bd46aad commit ecdaaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/solid-router/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Similarly, nested `<Routes>` components cause waterfalls and are `<Outlets>` the

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

## `element` prop removed from `Route`

Expand Down

0 comments on commit ecdaaa2

Please sign in to comment.