Skip to content

Commit 4d9da68

Browse files
authored
fix: typo (#1147)
1 parent 01c661f commit 4d9da68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/getting-started/config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ render(() => <Router>{routes}</Router>, document.getElementById("app"));
2323

2424
In the route definition object, a `path` property must be provided to define the path to match and a `component` property that specifies the component (or element) to render when the path matches.
2525

26-
To define multiple routes, an array of route definition objects can be passed to the `<Router>`] component:
26+
To define multiple routes, an array of route definition objects can be passed to the `<Router>` component:
2727

2828
```jsx
2929
import { lazy } from "solid-js";

0 commit comments

Comments
 (0)