Skip to content

Commit fdefceb

Browse files
committedMar 4, 2024
fix #388 reference to element prop
1 parent ffbd35a commit fdefceb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/fresh-apricots-invent.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@solidjs/router": patch
3+
---
4+
5+
fix #388 reference to element prop

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This sets up a Router that will match on the url to display the desired page
5959

6060
Solid Router allows you to configure your routes using JSX:
6161

62-
1. Add each route to a `<Router>` using the `Route` component, specifying a path and an element or component to render when the user navigates to that path.
62+
1. Add each route to a `<Router>` using the `Route` component, specifying a path and a component to render when the user navigates to that path.
6363

6464
```jsx
6565
import { render } from "solid-js/web";

0 commit comments

Comments
 (0)
Please sign in to comment.